Html Css Color HEX #DB2565 Cerise

📋 copy color: '#DB2565'

red 219 ◦ green 37 ◦ blue 101

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

Shades of Cerise #DB2565

Tints of Cerise #DB2565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.29%

R = 61.34%
G = 10.36%
B = 28.29%

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

#DB2565 (or 0xDB2565) is known color: Cerise. HEX triplet: DB, 25 and 65. RGB value is (219,37,101). Sum of RGB (Red+Green+Blue) = 219+37+101=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2565 is #24DA9A. Grayscale: #626262. Windows color (decimal): -2415259 or 6628827. OLE color: 6628827.

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

Color convert

RGB 219 37 101 -
CMYK 0 0.83 0.54 0.14
HSL 338.9º 0.72% 0.5% -
HSV(B) 338.9º 0.83% 0.86% -
XYZ 32.22 17.32 13.96 -
YUV 98.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 219 37 101 0 0.83 0.54 0.14 338.9 0.72 0.5
Hex DB 25 65 0 53 36 E 153 48 32
Octal 333 45 145 0 123 66 16 523 110 62
Binary 11011011 100101 1100101 0 1010011 110110 1110 101010011 1001000 110010

Color Harmonies of #DB2565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2565

Black with #DB2565

Text Example


Text Example

White with #DB2565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2565; }

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

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

background-color css

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

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

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

border-color css

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

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

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