Html Css Color HEX #D62B80 Deep Cerise

📋 copy color: '#D62B80'

red 214 ◦ green 43 ◦ blue 128

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

Shades of Deep Cerise #D62B80

Tints of Deep Cerise #D62B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.17%

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

R = 55.58%
G = 11.17%
B = 33.25%

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

#D62B80 (or 0xD62B80) is known color: Deep Cerise. HEX triplet: D6, 2B and 80. RGB value is (214,43,128). Sum of RGB (Red+Green+Blue) = 214+43+128=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62B80 is #29D47F. Grayscale: #676767. Windows color (decimal): -2741376 or 8399830. OLE color: 8399830.

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

Color convert

RGB 214 43 128 -
CMYK 0 0.80 0.40 0.16
HSL 330.18º 0.68% 0.5% -
HSV(B) 330.18º 0.8% 0.84% -
XYZ 32.49 17.58 22.1 -
YUV 103.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 214 43 128 0 0.80 0.40 0.16 330.18 0.68 0.5
Hex D6 2B 80 0 50 28 10 14A 44 32
Octal 326 53 200 0 120 50 20 512 104 62
Binary 11010110 101011 10000000 0 1010000 101000 10000 101001010 1000100 110010

Color Harmonies of #D62B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B80

Black with #D62B80

Text Example


Text Example

White with #D62B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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