Html Css Color HEX #D62B96 Deep Cerise

📋 copy color: '#D62B96'

red 214 ◦ green 43 ◦ blue 150

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

Shades of Deep Cerise #D62B96

Tints of Deep Cerise #D62B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 52.58%
G = 10.57%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D62B96 (or 0xD62B96) is known color: Deep Cerise. HEX triplet: D6, 2B and 96. RGB value is (214,43,150). Sum of RGB (Red+Green+Blue) = 214+43+150=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62B96 is #29D469. Grayscale: #6A6A6A. Windows color (decimal): -2741354 or 9841622. OLE color: 9841622.

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

Color convert

RGB 214 43 150 -
CMYK 0 0.80 0.30 0.16
HSL 322.46º 0.68% 0.5% -
HSV(B) 322.46º 0.8% 0.84% -
XYZ 34.1 18.23 30.57 -
YUV 106.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 214 43 150 0 0.80 0.30 0.16 322.46 0.68 0.5
Hex D6 2B 96 0 50 1E 10 142 44 32
Octal 326 53 226 0 120 36 20 502 104 62
Binary 11010110 101011 10010110 0 1010000 11110 10000 101000010 1000100 110010

Color Harmonies of #D62B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B96

Black with #D62B96

Text Example


Text Example

White with #D62B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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