Html Css Color HEX #DB4464 Cerise

📋 copy color: '#DB4464'

red 219 ◦ green 68 ◦ blue 100

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

Shades of Cerise #DB4464

Tints of Cerise #DB4464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 56.59%
G = 17.57%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB4464 (or 0xDB4464) is known color: Cerise. HEX triplet: DB, 44 and 64. RGB value is (219,68,100). Sum of RGB (Red+Green+Blue) = 219+68+100=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4464 is #24BB9B. Grayscale: #747474. Windows color (decimal): -2407324 or 6571227. OLE color: 6571227.

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

Color convert

RGB 219 68 100 -
CMYK 0 0.69 0.54 0.14
HSL 347.28º 0.68% 0.56% -
HSV(B) 347.28º 0.69% 0.86% -
XYZ 33.58 20.11 14.17 -
YUV 116.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 219 68 100 0 0.69 0.54 0.14 347.28 0.68 0.56
Hex DB 44 64 0 45 36 E 15B 44 38
Octal 333 104 144 0 105 66 16 533 104 70
Binary 11011011 1000100 1100100 0 1000101 110110 1110 101011011 1000100 111000

Color Harmonies of #DB4464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4464

Black with #DB4464

Text Example


Text Example

White with #DB4464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4464; }

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

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

background-color css

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

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

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

border-color css

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

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

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