Html Css Color HEX #D62B90 Deep Cerise

📋 copy color: '#D62B90'

red 214 ◦ green 43 ◦ blue 144

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

Shades of Deep Cerise #D62B90

Tints of Deep Cerise #D62B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 53.37%
G = 10.72%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D62B90 (or 0xD62B90) is known color: Deep Cerise. HEX triplet: D6, 2B and 90. RGB value is (214,43,144). Sum of RGB (Red+Green+Blue) = 214+43+144=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62B90 is #29D46F. Grayscale: #696969. Windows color (decimal): -2741360 or 9448406. OLE color: 9448406.

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

Color convert

RGB 214 43 144 -
CMYK 0 0.80 0.33 0.16
HSL 324.56º 0.68% 0.5% -
HSV(B) 324.56º 0.8% 0.84% -
XYZ 33.63 18.04 28.09 -
YUV 105.64 149.65 205.29 -
System Red Green Blue C M Y K H S L
Decimal 214 43 144 0 0.80 0.33 0.16 324.56 0.68 0.5
Hex D6 2B 90 0 50 21 10 145 44 32
Octal 326 53 220 0 120 41 20 505 104 62
Binary 11010110 101011 10010000 0 1010000 100001 10000 101000101 1000100 110010

Color Harmonies of #D62B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B90

Black with #D62B90

Text Example


Text Example

White with #D62B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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