Html Css Color HEX #DB217B Deep Cerise

📋 copy color: '#DB217B'

red 219 ◦ green 33 ◦ blue 123

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

Shades of Deep Cerise #DB217B

Tints of Deep Cerise #DB217B

RGB

 RED value IS 219 (85.94% from 255) = 58.4%

 GREEN value IS 33 (13.28% from 255) = 8.8%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 58.4%
G = 8.8%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB217B (or 0xDB217B) is known color: Deep Cerise. HEX triplet: DB, 21 and 7B. RGB value is (219,33,123). Sum of RGB (Red+Green+Blue) = 219+33+123=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB217B is #24DE84. Grayscale: #626262. Windows color (decimal): -2416261 or 8069595. OLE color: 8069595.

HSL color Cylindrical-coordinate representation of color #DB217B: hue angle of 330.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB217B is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 33 123 -
CMYK 0 0.85 0.44 0.14
HSL 330.97º 0.74% 0.49% -
HSV(B) 330.97º 0.85% 0.86% -
XYZ 33.33 17.58 20.37 -
YUV 98.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 219 33 123 0 0.85 0.44 0.14 330.97 0.74 0.49
Hex DB 21 7B 0 55 2C E 14B 4A 31
Octal 333 41 173 0 125 54 16 513 112 61
Binary 11011011 100001 1111011 0 1010101 101100 1110 101001011 1001010 110001

Color Harmonies of #DB217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB217B

Black with #DB217B

Text Example


Text Example

White with #DB217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB217B; }

 p { color: rgb(219,33,123); }

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

background-color css

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

 a { background-color: rgb(219,33,123); }

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

border-color css

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

 span { border-color: rgb(219,33,123); }

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