#D94F6A

Color #D94F6A Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D94F6A

Tints of Cabaret #D94F6A

Color information

#D94F6A (or 0xD94F6A) is unknown color: approx Cabaret. HEX triplet: D9, 4F and 6A. RGB value is (217,79,106). Sum of RGB (Red+Green+Blue) = 217+79+106=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F6A is #26B095. Grayscale: #7B7B7B. Windows color (decimal): -2535574 or 6967257. OLE color: 6967257.

HSL color Cylindrical-coordinate representation of color #D94F6A: hue angle of 348.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94F6A is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB21779106-
CMYK00.640.510.15
HSL348.26º64.49%58.04%-
HSV(B)348.26º63.59%85.1%-
XYZ34.0121.3815.97-
YUV123.34118.22194.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 53.98%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=53.98%
G=19.65%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177910600.640.510.15348.2664.4958.04
HexD94F6A04033F15c403a
Octal3311171520100631753410072
Binary11011001100111111010100100000011001111111010111001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94F6A; }

 p { color: rgb(217,79,106); }

 H1.HeaderClassName
 {
   color: #D94F6A;
 }
 .AnyTagClassName
 {
   color: #D94F6A;
 }
</style>
background-color css

<style>
 a { background-color: #D94F6A; }

 a { background-color: rgb(217,79,106); }

 div.DivClassName
 {
   background-color: #D94F6A;
 }
 .BgClassName
 {
   background-color: #D94F6A;
 }
</style>
border-color css

<style>
 span { border-color: #D94F6A; }

 span { border-color: rgb(217,79,106); }

 td.TdClassName
 {
   border-color: #D94F6A;
 }
 .TagClassName
 {
   border-color: #D94F6A;
 }
</style>