Html Css Color HEX #D62598 Deep Cerise

📋 copy color: '#D62598'

red 214 ◦ green 37 ◦ blue 152

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

Shades of Deep Cerise #D62598

Tints of Deep Cerise #D62598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.18%

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

R = 53.1%
G = 9.18%
B = 37.72%

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

#D62598 (or 0xD62598) is known color: Deep Cerise. HEX triplet: D6, 25 and 98. RGB value is (214,37,152). Sum of RGB (Red+Green+Blue) = 214+37+152=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D62598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62598 is #29DA67. Grayscale: #666666. Windows color (decimal): -2742888 or 9971158. OLE color: 9971158.

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

Color convert

RGB 214 37 152 -
CMYK 0 0.83 0.29 0.16
HSL 321.02º 0.71% 0.49% -
HSV(B) 321.02º 0.83% 0.84% -
XYZ 34.06 17.89 31.36 -
YUV 103.03 155.64 207.15 -
System Red Green Blue C M Y K H S L
Decimal 214 37 152 0 0.83 0.29 0.16 321.02 0.71 0.49
Hex D6 25 98 0 53 1D 10 141 47 31
Octal 326 45 230 0 123 35 20 501 107 61
Binary 11010110 100101 10011000 0 1010011 11101 10000 101000001 1000111 110001

Color Harmonies of #D62598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62598

Black with #D62598

Text Example


Text Example

White with #D62598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62598; }

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

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

background-color css

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

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

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

border-color css

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

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

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