Html Css Color HEX #D62B91 Deep Cerise

📋 copy color: '#D62B91'

red 214 ◦ green 43 ◦ blue 145

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

Shades of Deep Cerise #D62B91

Tints of Deep Cerise #D62B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 53.23%
G = 10.7%
B = 36.07%

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

#D62B91 (or 0xD62B91) is known color: Deep Cerise. HEX triplet: D6, 2B and 91. RGB value is (214,43,145). Sum of RGB (Red+Green+Blue) = 214+43+145=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62B91 is #29D46E. Grayscale: #696969. Windows color (decimal): -2741359 or 9513942. OLE color: 9513942.

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

Color convert

RGB 214 43 145 -
CMYK 0 0.80 0.32 0.16
HSL 324.21º 0.68% 0.5% -
HSV(B) 324.21º 0.8% 0.84% -
XYZ 33.71 18.07 28.5 -
YUV 105.76 150.15 205.21 -
System Red Green Blue C M Y K H S L
Decimal 214 43 145 0 0.80 0.32 0.16 324.21 0.68 0.5
Hex D6 2B 91 0 50 20 10 144 44 32
Octal 326 53 221 0 120 40 20 504 104 62
Binary 11010110 101011 10010001 0 1010000 100000 10000 101000100 1000100 110010

Color Harmonies of #D62B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B91

Black with #D62B91

Text Example


Text Example

White with #D62B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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