Html Css Color HEX #DB2164 Cerise

📋 copy color: '#DB2164'

red 219 ◦ green 33 ◦ blue 100

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

Shades of Cerise #DB2164

Tints of Cerise #DB2164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.41%

R = 62.22%
G = 9.38%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB2164 (or 0xDB2164) is known color: Cerise. HEX triplet: DB, 21 and 64. RGB value is (219,33,100). Sum of RGB (Red+Green+Blue) = 219+33+100=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2164 is #24DE9B. Grayscale: #606060. Windows color (decimal): -2416284 or 6562267. OLE color: 6562267.

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

Color convert

RGB 219 33 100 -
CMYK 0 0.85 0.54 0.14
HSL 338.39º 0.74% 0.49% -
HSV(B) 338.39º 0.85% 0.86% -
XYZ 32.06 17.07 13.66 -
YUV 96.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 219 33 100 0 0.85 0.54 0.14 338.39 0.74 0.49
Hex DB 21 64 0 55 36 E 152 4A 31
Octal 333 41 144 0 125 66 16 522 112 61
Binary 11011011 100001 1100100 0 1010101 110110 1110 101010010 1001010 110001

Color Harmonies of #DB2164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2164

Black with #DB2164

Text Example


Text Example

White with #DB2164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2164; }

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

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

background-color css

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

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

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

border-color css

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

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

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