Html Css Color HEX #D62A92 Deep Cerise

📋 copy color: '#D62A92'

red 214 ◦ green 42 ◦ blue 146

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

Shades of Deep Cerise #D62A92

Tints of Deep Cerise #D62A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 53.23%
G = 10.45%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D62A92 (or 0xD62A92) is known color: Deep Cerise. HEX triplet: D6, 2A and 92. RGB value is (214,42,146). Sum of RGB (Red+Green+Blue) = 214+42+146=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A92 is #29D56D. Grayscale: #696969. Windows color (decimal): -2741614 or 9579222. OLE color: 9579222.

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

Color convert

RGB 214 42 146 -
CMYK 0 0.80 0.32 0.16
HSL 323.72º 0.68% 0.5% -
HSV(B) 323.72º 0.8% 0.84% -
XYZ 33.75 18.03 28.9 -
YUV 105.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 214 42 146 0 0.80 0.32 0.16 323.72 0.68 0.5
Hex D6 2A 92 0 50 20 10 144 44 32
Octal 326 52 222 0 120 40 20 504 104 62
Binary 11010110 101010 10010010 0 1010000 100000 10000 101000100 1000100 110010

Color Harmonies of #D62A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A92

Black with #D62A92

Text Example


Text Example

White with #D62A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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