Html Css Color HEX #DB2564 Cerise

📋 copy color: '#DB2564'

red 219 ◦ green 37 ◦ blue 100

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

Shades of Cerise #DB2564

Tints of Cerise #DB2564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.39%

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

R = 61.52%
G = 10.39%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB2564 (or 0xDB2564) is known color: Cerise. HEX triplet: DB, 25 and 64. RGB value is (219,37,100). Sum of RGB (Red+Green+Blue) = 219+37+100=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2564 is #24DA9B. Grayscale: #626262. Windows color (decimal): -2415260 or 6563291. OLE color: 6563291.

HSL color Cylindrical-coordinate representation of color #DB2564: hue angle of 339.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2564 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 100 -
CMYK 0 0.83 0.54 0.14
HSL 339.23º 0.72% 0.5% -
HSV(B) 339.23º 0.83% 0.86% -
XYZ 32.18 17.3 13.7 -
YUV 98.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 219 37 100 0 0.83 0.54 0.14 339.23 0.72 0.5
Hex DB 25 64 0 53 36 E 153 48 32
Octal 333 45 144 0 123 66 16 523 110 62
Binary 11011011 100101 1100100 0 1010011 110110 1110 101010011 1001000 110010

Color Harmonies of #DB2564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2564

Black with #DB2564

Text Example


Text Example

White with #DB2564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2564; }

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

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

background-color css

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

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

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

border-color css

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

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

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