Html Css Color HEX #D64E6E Cabaret

📋 copy color: '#D64E6E'

red 214 ◦ green 78 ◦ blue 110

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

Shades of Cabaret #D64E6E

Tints of Cabaret #D64E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.36%

R = 53.23%
G = 19.4%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D64E6E (or 0xD64E6E) is known color: Cabaret. HEX triplet: D6, 4E and 6E. RGB value is (214,78,110). Sum of RGB (Red+Green+Blue) = 214+78+110=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E6E is #29B191. Grayscale: #7A7A7A. Windows color (decimal): -2732434 or 7229142. OLE color: 7229142.

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

Color convert

RGB 214 78 110 -
CMYK 0 0.64 0.49 0.16
HSL 345.88º 0.62% 0.57% -
HSV(B) 345.88º 0.64% 0.84% -
XYZ 33.27 20.87 17.03 -
YUV 122.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 214 78 110 0 0.64 0.49 0.16 345.88 0.62 0.57
Hex D6 4E 6E 0 40 31 10 15A 3E 39
Octal 326 116 156 0 100 61 20 532 76 71
Binary 11010110 1001110 1101110 0 1000000 110001 10000 101011010 111110 111001

Color Harmonies of #D64E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E6E

Black with #D64E6E

Text Example


Text Example

White with #D64E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E6E; }

 p { color: rgb(214,78,110); }

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

background-color css

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

 a { background-color: rgb(214,78,110); }

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

border-color css

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

 span { border-color: rgb(214,78,110); }

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