Html Css Color HEX #DB2468 Cerise

📋 copy color: '#DB2468'

red 219 ◦ green 36 ◦ blue 104

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

Shades of Cerise #DB2468

Tints of Cerise #DB2468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 61%
G = 10.03%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB2468 (or 0xDB2468) is known color: Cerise. HEX triplet: DB, 24 and 68. RGB value is (219,36,104). Sum of RGB (Red+Green+Blue) = 219+36+104=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2468 is #24DB97. Grayscale: #626262. Windows color (decimal): -2415512 or 6825179. OLE color: 6825179.

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

Color convert

RGB 219 36 104 -
CMYK 0 0.84 0.53 0.14
HSL 337.7º 0.72% 0.5% -
HSV(B) 337.7º 0.84% 0.86% -
XYZ 32.34 17.32 14.74 -
YUV 98.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 219 36 104 0 0.84 0.53 0.14 337.7 0.72 0.5
Hex DB 24 68 0 54 35 E 152 48 32
Octal 333 44 150 0 124 65 16 522 110 62
Binary 11011011 100100 1101000 0 1010100 110101 1110 101010010 1001000 110010

Color Harmonies of #DB2468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2468

Black with #DB2468

Text Example


Text Example

White with #DB2468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2468; }

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

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

background-color css

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

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

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

border-color css

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

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

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