Html Css Color HEX #DB218B Deep Cerise

📋 copy color: '#DB218B'

red 219 ◦ green 33 ◦ blue 139

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

Shades of Deep Cerise #DB218B

Tints of Deep Cerise #DB218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 56.01%
G = 8.44%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB218B (or 0xDB218B) is known color: Deep Cerise. HEX triplet: DB, 21 and 8B. RGB value is (219,33,139). Sum of RGB (Red+Green+Blue) = 219+33+139=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB218B is #24DE74. Grayscale: #646464. Windows color (decimal): -2416245 or 9118171. OLE color: 9118171.

HSL color Cylindrical-coordinate representation of color #DB218B: hue angle of 325.81º 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 #DB218B is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 33 139 -
CMYK 0 0.85 0.37 0.14
HSL 325.81º 0.74% 0.49% -
HSV(B) 325.81º 0.85% 0.86% -
XYZ 34.42 18.01 26.09 -
YUV 100.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 219 33 139 0 0.85 0.37 0.14 325.81 0.74 0.49
Hex DB 21 8B 0 55 25 E 146 4A 31
Octal 333 41 213 0 125 45 16 506 112 61
Binary 11011011 100001 10001011 0 1010101 100101 1110 101000110 1001010 110001

Color Harmonies of #DB218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB218B

Black with #DB218B

Text Example


Text Example

White with #DB218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB218B; }

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

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

background-color css

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

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

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

border-color css

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

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

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