Html Css Color HEX #D64C6C Cabaret

📋 copy color: '#D64C6C'

red 214 ◦ green 76 ◦ blue 108

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

Shades of Cabaret #D64C6C

Tints of Cabaret #D64C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

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

R = 53.77%
G = 19.1%
B = 27.14%

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

#D64C6C (or 0xD64C6C) is known color: Cabaret. HEX triplet: D6, 4C and 6C. RGB value is (214,76,108). Sum of RGB (Red+Green+Blue) = 214+76+108=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C6C is #29B393. Grayscale: #787878. Windows color (decimal): -2732948 or 7097558. OLE color: 7097558.

HSL color Cylindrical-coordinate representation of color #D64C6C: hue angle of 346.09º 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 #D64C6C is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 76 108 -
CMYK 0 0.64 0.50 0.16
HSL 346.09º 0.63% 0.57% -
HSV(B) 346.09º 0.64% 0.84% -
XYZ 33.02 20.55 16.41 -
YUV 120.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 214 76 108 0 0.64 0.50 0.16 346.09 0.63 0.57
Hex D6 4C 6C 0 40 32 10 15A 3F 39
Octal 326 114 154 0 100 62 20 532 77 71
Binary 11010110 1001100 1101100 0 1000000 110010 10000 101011010 111111 111001

Color Harmonies of #D64C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C6C

Black with #D64C6C

Text Example


Text Example

White with #D64C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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