Html Css Color HEX #DB2465 Cerise

📋 copy color: '#DB2465'

red 219 ◦ green 36 ◦ blue 101

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

Shades of Cerise #DB2465

Tints of Cerise #DB2465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.11%

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

R = 61.52%
G = 10.11%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB2465 (or 0xDB2465) is known color: Cerise. HEX triplet: DB, 24 and 65. RGB value is (219,36,101). Sum of RGB (Red+Green+Blue) = 219+36+101=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2465 is #24DB9A. Grayscale: #626262. Windows color (decimal): -2415515 or 6628571. OLE color: 6628571.

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

Color convert

RGB 219 36 101 -
CMYK 0 0.84 0.54 0.14
HSL 338.69º 0.72% 0.5% -
HSV(B) 338.69º 0.84% 0.86% -
XYZ 32.19 17.26 13.95 -
YUV 98.13 129.63 214.21 -
System Red Green Blue C M Y K H S L
Decimal 219 36 101 0 0.84 0.54 0.14 338.69 0.72 0.5
Hex DB 24 65 0 54 36 E 153 48 32
Octal 333 44 145 0 124 66 16 523 110 62
Binary 11011011 100100 1100101 0 1010100 110110 1110 101010011 1001000 110010

Color Harmonies of #DB2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2465

Black with #DB2465

Text Example


Text Example

White with #DB2465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2465; }

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

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

background-color css

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

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

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

border-color css

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

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

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