Html Css Color HEX #D64387 Deep Cerise

📋 copy color: '#D64387'

red 214 ◦ green 67 ◦ blue 135

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

Shades of Deep Cerise #D64387

Tints of Deep Cerise #D64387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.11%

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

R = 51.44%
G = 16.11%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D64387 (or 0xD64387) is known color: Deep Cerise. HEX triplet: D6, 43 and 87. RGB value is (214,67,135). Sum of RGB (Red+Green+Blue) = 214+67+135=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64387 is #29BC78. Grayscale: #767676. Windows color (decimal): -2735225 or 8864726. OLE color: 8864726.

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

Color convert

RGB 214 67 135 -
CMYK 0 0.69 0.37 0.16
HSL 332.24º 0.64% 0.55% -
HSV(B) 332.24º 0.69% 0.84% -
XYZ 34.11 20.06 25 -
YUV 118.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 214 67 135 0 0.69 0.37 0.16 332.24 0.64 0.55
Hex D6 43 87 0 45 25 10 14C 40 37
Octal 326 103 207 0 105 45 20 514 100 67
Binary 11010110 1000011 10000111 0 1000101 100101 10000 101001100 1000000 110111

Color Harmonies of #D64387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64387

Black with #D64387

Text Example


Text Example

White with #D64387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64387; }

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

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

background-color css

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

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

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

border-color css

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

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

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