Html Css Color HEX #D62498 Deep Cerise

📋 copy color: '#D62498'

red 214 ◦ green 36 ◦ blue 152

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

Shades of Deep Cerise #D62498

Tints of Deep Cerise #D62498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.96%

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

R = 53.23%
G = 8.96%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D62498 (or 0xD62498) is known color: Deep Cerise. HEX triplet: D6, 24 and 98. RGB value is (214,36,152). Sum of RGB (Red+Green+Blue) = 214+36+152=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D62498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62498 is #29DB67. Grayscale: #666666. Windows color (decimal): -2743144 or 9970902. OLE color: 9970902.

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

Color convert

RGB 214 36 152 -
CMYK 0 0.83 0.29 0.16
HSL 320.9º 0.71% 0.49% -
HSV(B) 320.9º 0.83% 0.84% -
XYZ 34.03 17.82 31.35 -
YUV 102.45 155.97 207.57 -
System Red Green Blue C M Y K H S L
Decimal 214 36 152 0 0.83 0.29 0.16 320.9 0.71 0.49
Hex D6 24 98 0 53 1D 10 141 47 31
Octal 326 44 230 0 123 35 20 501 107 61
Binary 11010110 100100 10011000 0 1010011 11101 10000 101000001 1000111 110001

Color Harmonies of #D62498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62498

Black with #D62498

Text Example


Text Example

White with #D62498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62498; }

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

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

background-color css

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

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

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

border-color css

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

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

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