Html Css Color HEX #D64099 Deep Cerise

📋 copy color: '#D64099'

red 214 ◦ green 64 ◦ blue 153

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

Shades of Deep Cerise #D64099

Tints of Deep Cerise #D64099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 49.65%
G = 14.85%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64099 (or 0xD64099) is known color: Deep Cerise. HEX triplet: D6, 40 and 99. RGB value is (214,64,153). Sum of RGB (Red+Green+Blue) = 214+64+153=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D64099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64099 is #29BF66. Grayscale: #767676. Windows color (decimal): -2735975 or 10043606. OLE color: 10043606.

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

Color convert

RGB 214 64 153 -
CMYK 0 0.70 0.29 0.16
HSL 324.4º 0.65% 0.55% -
HSV(B) 324.4º 0.7% 0.84% -
XYZ 35.31 20.26 32.19 -
YUV 119 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 214 64 153 0 0.70 0.29 0.16 324.4 0.65 0.55
Hex D6 40 99 0 46 1D 10 144 41 37
Octal 326 100 231 0 106 35 20 504 101 67
Binary 11010110 1000000 10011001 0 1000110 11101 10000 101000100 1000001 110111

Color Harmonies of #D64099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64099

Black with #D64099

Text Example


Text Example

White with #D64099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64099; }

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

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

background-color css

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

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

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

border-color css

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

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

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