Html Css Color HEX #D62A80 Deep Cerise

📋 copy color: '#D62A80'

red 214 ◦ green 42 ◦ blue 128

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

Shades of Deep Cerise #D62A80

Tints of Deep Cerise #D62A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 55.73%
G = 10.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D62A80 (or 0xD62A80) is known color: Deep Cerise. HEX triplet: D6, 2A and 80. RGB value is (214,42,128). Sum of RGB (Red+Green+Blue) = 214+42+128=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A80 is #29D57F. Grayscale: #676767. Windows color (decimal): -2741632 or 8399574. OLE color: 8399574.

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

Color convert

RGB 214 42 128 -
CMYK 0 0.80 0.40 0.16
HSL 330º 0.68% 0.5% -
HSV(B) 330º 0.8% 0.84% -
XYZ 32.46 17.51 22.09 -
YUV 103.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 214 42 128 0 0.80 0.40 0.16 330 0.68 0.5
Hex D6 2A 80 0 50 28 10 14A 44 32
Octal 326 52 200 0 120 50 20 512 104 62
Binary 11010110 101010 10000000 0 1010000 101000 10000 101001010 1000100 110010

Color Harmonies of #D62A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A80

Black with #D62A80

Text Example


Text Example

White with #D62A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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