Html Css Color HEX #D62A98 Deep Cerise

📋 copy color: '#D62A98'

red 214 ◦ green 42 ◦ blue 152

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

Shades of Deep Cerise #D62A98

Tints of Deep Cerise #D62A98

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.29%

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

R = 52.45%
G = 10.29%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D62A98 (or 0xD62A98) is known color: Deep Cerise. HEX triplet: D6, 2A and 98. RGB value is (214,42,152). Sum of RGB (Red+Green+Blue) = 214+42+152=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A98 is #29D567. Grayscale: #696969. Windows color (decimal): -2741608 or 9972438. OLE color: 9972438.

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

Color convert

RGB 214 42 152 -
CMYK 0 0.80 0.29 0.16
HSL 321.63º 0.68% 0.5% -
HSV(B) 321.63º 0.8% 0.84% -
XYZ 34.23 18.22 31.42 -
YUV 105.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 214 42 152 0 0.80 0.29 0.16 321.63 0.68 0.5
Hex D6 2A 98 0 50 1D 10 142 44 32
Octal 326 52 230 0 120 35 20 502 104 62
Binary 11010110 101010 10011000 0 1010000 11101 10000 101000010 1000100 110010

Color Harmonies of #D62A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A98

Black with #D62A98

Text Example


Text Example

White with #D62A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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