Html Css Color HEX #D62998 Deep Cerise

📋 copy color: '#D62998'

red 214 ◦ green 41 ◦ blue 152

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

Shades of Deep Cerise #D62998

Tints of Deep Cerise #D62998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.07%

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

R = 52.58%
G = 10.07%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D62998 (or 0xD62998) is known color: Deep Cerise. HEX triplet: D6, 29 and 98. RGB value is (214,41,152). Sum of RGB (Red+Green+Blue) = 214+41+152=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D62998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62998 is #29D667. Grayscale: #696969. Windows color (decimal): -2741864 or 9972182. OLE color: 9972182.

HSL color Cylindrical-coordinate representation of color #D62998: hue angle of 321.5º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62998 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 152 -
CMYK 0 0.81 0.29 0.16
HSL 321.5º 0.68% 0.5% -
HSV(B) 321.5º 0.81% 0.84% -
XYZ 34.19 18.15 31.41 -
YUV 105.38 154.31 205.47 -
System Red Green Blue C M Y K H S L
Decimal 214 41 152 0 0.81 0.29 0.16 321.5 0.68 0.5
Hex D6 29 98 0 51 1D 10 142 44 32
Octal 326 51 230 0 121 35 20 502 104 62
Binary 11010110 101001 10011000 0 1010001 11101 10000 101000010 1000100 110010

Color Harmonies of #D62998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62998

Black with #D62998

Text Example


Text Example

White with #D62998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62998; }

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

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

background-color css

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

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

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

border-color css

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

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

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