Html Css Color HEX #D64098 Deep Cerise

📋 copy color: '#D64098'

red 214 ◦ green 64 ◦ blue 152

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

Shades of Deep Cerise #D64098

Tints of Deep Cerise #D64098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.35%

R = 49.77%
G = 14.88%
B = 35.35%

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

#D64098 (or 0xD64098) is known color: Deep Cerise. HEX triplet: D6, 40 and 98. RGB value is (214,64,152). Sum of RGB (Red+Green+Blue) = 214+64+152=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64098 is #29BF67. Grayscale: #767676. Windows color (decimal): -2735976 or 9978070. OLE color: 9978070.

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

Color convert

RGB 214 64 152 -
CMYK 0 0.70 0.29 0.16
HSL 324.8º 0.65% 0.55% -
HSV(B) 324.8º 0.7% 0.84% -
XYZ 35.23 20.23 31.75 -
YUV 118.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 214 64 152 0 0.70 0.29 0.16 324.8 0.65 0.55
Hex D6 40 98 0 46 1D 10 145 41 37
Octal 326 100 230 0 106 35 20 505 101 67
Binary 11010110 1000000 10011000 0 1000110 11101 10000 101000101 1000001 110111

Color Harmonies of #D64098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64098

Black with #D64098

Text Example


Text Example

White with #D64098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64098; }

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

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

background-color css

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

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

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

border-color css

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

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

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