Html Css Color HEX #D64084 Deep Cerise

📋 copy color: '#D64084'

red 214 ◦ green 64 ◦ blue 132

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

Shades of Deep Cerise #D64084

Tints of Deep Cerise #D64084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

 BLUE value IS 132 (51.95% from 255) = 32.2%

R = 52.2%
G = 15.61%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D64084 (or 0xD64084) is known color: Deep Cerise. HEX triplet: D6, 40 and 84. RGB value is (214,64,132). Sum of RGB (Red+Green+Blue) = 214+64+132=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D64084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64084 is #29BF7B. Grayscale: #747474. Windows color (decimal): -2735996 or 8667350. OLE color: 8667350.

HSL color Cylindrical-coordinate representation of color #D64084: hue angle of 332.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64084 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 132 -
CMYK 0 0.70 0.38 0.16
HSL 332.8º 0.65% 0.55% -
HSV(B) 332.8º 0.7% 0.84% -
XYZ 33.73 19.63 23.84 -
YUV 116.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 214 64 132 0 0.70 0.38 0.16 332.8 0.65 0.55
Hex D6 40 84 0 46 26 10 14D 41 37
Octal 326 100 204 0 106 46 20 515 101 67
Binary 11010110 1000000 10000100 0 1000110 100110 10000 101001101 1000001 110111

Color Harmonies of #D64084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64084

Black with #D64084

Text Example


Text Example

White with #D64084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64084; }

 p { color: rgb(214,64,132); }

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

background-color css

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

 a { background-color: rgb(214,64,132); }

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

border-color css

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

 span { border-color: rgb(214,64,132); }

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