Html Css Color HEX #DB2169 Cerise

📋 copy color: '#DB2169'

red 219 ◦ green 33 ◦ blue 105

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

Shades of Cerise #DB2169

Tints of Cerise #DB2169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 61.34%
G = 9.24%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB2169 (or 0xDB2169) is known color: Cerise. HEX triplet: DB, 21 and 69. RGB value is (219,33,105). Sum of RGB (Red+Green+Blue) = 219+33+105=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2169 is #24DE96. Grayscale: #606060. Windows color (decimal): -2416279 or 6889947. OLE color: 6889947.

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

Color convert

RGB 219 33 105 -
CMYK 0 0.85 0.52 0.14
HSL 336.77º 0.74% 0.49% -
HSV(B) 336.77º 0.85% 0.86% -
XYZ 32.31 17.17 14.98 -
YUV 96.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 219 33 105 0 0.85 0.52 0.14 336.77 0.74 0.49
Hex DB 21 69 0 55 34 E 151 4A 31
Octal 333 41 151 0 125 64 16 521 112 61
Binary 11011011 100001 1101001 0 1010101 110100 1110 101010001 1001010 110001

Color Harmonies of #DB2169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2169

Black with #DB2169

Text Example


Text Example

White with #DB2169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2169; }

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

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

background-color css

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

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

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

border-color css

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

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

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