Html Css Color HEX #D94E64 Cabaret

📋 copy color: '#D94E64'

red 217 ◦ green 78 ◦ blue 100

#D94E64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #D94E64

Tints of Cabaret #D94E64

RGB

 RED value IS 217 (85.16% from 255) = 54.94%

 GREEN value IS 78 (30.86% from 255) = 19.75%

 BLUE value IS 100 (39.45% from 255) = 25.32%

R = 54.94%
G = 19.75%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D94E64 (or 0xD94E64) is known color: Cabaret. HEX triplet: D9, 4E and 64. RGB value is (217,78,100). Sum of RGB (Red+Green+Blue) = 217+78+100=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E64 is #26B19B. Grayscale: #7A7A7A. Windows color (decimal): -2535836 or 6573785. OLE color: 6573785.

HSL color Cylindrical-coordinate representation of color #D94E64: hue angle of 350.5º degrees, saturation: 0.65, 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 #D94E64 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 78 100 -
CMYK 0 0.64 0.54 0.15
HSL 350.5º 0.65% 0.58% -
HSV(B) 350.5º 0.64% 0.85% -
XYZ 33.64 21.12 14.36 -
YUV 122.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 217 78 100 0 0.64 0.54 0.15 350.5 0.65 0.58
Hex D9 4E 64 0 40 36 F 15F 41 3A
Octal 331 116 144 0 100 66 17 537 101 72
Binary 11011001 1001110 1100100 0 1000000 110110 1111 101011111 1000001 111010

Color Harmonies of #D94E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E64

Black with #D94E64

Text Example


Text Example

White with #D94E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E64; }

 p { color: rgb(217,78,100); }

 H1.HeaderClassName
 {
   color: #D94E64;
 }
 .AnyTagClassName
 {
   color: #D94E64;
 }
</style>

background-color css

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

 a { background-color: rgb(217,78,100); }

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

border-color css

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

 span { border-color: rgb(217,78,100); }

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