Html Css Color HEX #D64087 Deep Cerise

📋 copy color: '#D64087'

red 214 ◦ green 64 ◦ blue 135

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

Shades of Deep Cerise #D64087

Tints of Deep Cerise #D64087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 51.82%
G = 15.5%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D64087 (or 0xD64087) is known color: Deep Cerise. HEX triplet: D6, 40 and 87. RGB value is (214,64,135). Sum of RGB (Red+Green+Blue) = 214+64+135=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D64087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64087 is #29BF78. Grayscale: #747474. Windows color (decimal): -2735993 or 8863958. OLE color: 8863958.

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

Color convert

RGB 214 64 135 -
CMYK 0 0.70 0.37 0.16
HSL 331.6º 0.65% 0.55% -
HSV(B) 331.6º 0.7% 0.84% -
XYZ 33.94 19.71 24.94 -
YUV 116.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 214 64 135 0 0.70 0.37 0.16 331.6 0.65 0.55
Hex D6 40 87 0 46 25 10 14C 41 37
Octal 326 100 207 0 106 45 20 514 101 67
Binary 11010110 1000000 10000111 0 1000110 100101 10000 101001100 1000001 110111

Color Harmonies of #D64087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64087

Black with #D64087

Text Example


Text Example

White with #D64087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64087; }

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

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

background-color css

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

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

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

border-color css

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

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

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