Html Css Color HEX #D64289 Deep Cerise

📋 copy color: '#D64289'

red 214 ◦ green 66 ◦ blue 137

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

Shades of Deep Cerise #D64289

Tints of Deep Cerise #D64289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.83%

 BLUE value IS 137 (53.91% from 255) = 32.85%

R = 51.32%
G = 15.83%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D64289 (or 0xD64289) is known color: Deep Cerise. HEX triplet: D6, 42 and 89. RGB value is (214,66,137). Sum of RGB (Red+Green+Blue) = 214+66+137=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D64289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64289 is #29BD76. Grayscale: #767676. Windows color (decimal): -2735479 or 8995542. OLE color: 8995542.

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

Color convert

RGB 214 66 137 -
CMYK 0 0.69 0.36 0.16
HSL 331.22º 0.64% 0.55% -
HSV(B) 331.22º 0.69% 0.84% -
XYZ 34.2 20 25.72 -
YUV 118.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 214 66 137 0 0.69 0.36 0.16 331.22 0.64 0.55
Hex D6 42 89 0 45 24 10 14B 40 37
Octal 326 102 211 0 105 44 20 513 100 67
Binary 11010110 1000010 10001001 0 1000101 100100 10000 101001011 1000000 110111

Color Harmonies of #D64289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64289

Black with #D64289

Text Example


Text Example

White with #D64289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64289; }

 p { color: rgb(214,66,137); }

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

background-color css

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

 a { background-color: rgb(214,66,137); }

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

border-color css

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

 span { border-color: rgb(214,66,137); }

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