Html Css Color HEX #D62A99 Deep Cerise

📋 copy color: '#D62A99'

red 214 ◦ green 42 ◦ blue 153

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

Shades of Deep Cerise #D62A99

Tints of Deep Cerise #D62A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.41%

R = 52.32%
G = 10.27%
B = 37.41%

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

#D62A99 (or 0xD62A99) is known color: Deep Cerise. HEX triplet: D6, 2A and 99. RGB value is (214,42,153). Sum of RGB (Red+Green+Blue) = 214+42+153=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A99 is #29D566. Grayscale: #696969. Windows color (decimal): -2741607 or 10037974. OLE color: 10037974.

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

Color convert

RGB 214 42 153 -
CMYK 0 0.80 0.29 0.16
HSL 321.28º 0.68% 0.5% -
HSV(B) 321.28º 0.8% 0.84% -
XYZ 34.31 18.25 31.85 -
YUV 106.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 214 42 153 0 0.80 0.29 0.16 321.28 0.68 0.5
Hex D6 2A 99 0 50 1D 10 141 44 32
Octal 326 52 231 0 120 35 20 501 104 62
Binary 11010110 101010 10011001 0 1010000 11101 10000 101000001 1000100 110010

Color Harmonies of #D62A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A99

Black with #D62A99

Text Example


Text Example

White with #D62A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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