Html Css Color HEX #D64D6C Cabaret

📋 copy color: '#D64D6C'

red 214 ◦ green 77 ◦ blue 108

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

Shades of Cabaret #D64D6C

Tints of Cabaret #D64D6C

RGB

 RED value IS 214 (83.98% from 255) = 53.63%

 GREEN value IS 77 (30.47% from 255) = 19.3%

 BLUE value IS 108 (42.58% from 255) = 27.07%

R = 53.63%
G = 19.3%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D64D6C (or 0xD64D6C) is known color: Cabaret. HEX triplet: D6, 4D and 6C. RGB value is (214,77,108). Sum of RGB (Red+Green+Blue) = 214+77+108=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D6C is #29B293. Grayscale: #797979. Windows color (decimal): -2732692 or 7097814. OLE color: 7097814.

HSL color Cylindrical-coordinate representation of color #D64D6C: hue angle of 346.42º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64D6C is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 77 108 -
CMYK 0 0.64 0.50 0.16
HSL 346.42º 0.63% 0.57% -
HSV(B) 346.42º 0.64% 0.84% -
XYZ 33.09 20.69 16.44 -
YUV 121.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 214 77 108 0 0.64 0.50 0.16 346.42 0.63 0.57
Hex D6 4D 6C 0 40 32 10 15A 3F 39
Octal 326 115 154 0 100 62 20 532 77 71
Binary 11010110 1001101 1101100 0 1000000 110010 10000 101011010 111111 111001

Color Harmonies of #D64D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D6C

Black with #D64D6C

Text Example


Text Example

White with #D64D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D6C; }

 p { color: rgb(214,77,108); }

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

background-color css

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

 a { background-color: rgb(214,77,108); }

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

border-color css

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

 span { border-color: rgb(214,77,108); }

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