Html Css Color HEX #DB3464 Cerise

📋 copy color: '#DB3464'

red 219 ◦ green 52 ◦ blue 100

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

Shades of Cerise #DB3464

Tints of Cerise #DB3464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.02%

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

R = 59.03%
G = 14.02%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB3464 (or 0xDB3464) is known color: Cerise. HEX triplet: DB, 34 and 64. RGB value is (219,52,100). Sum of RGB (Red+Green+Blue) = 219+52+100=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3464 is #24CB9B. Grayscale: #6B6B6B. Windows color (decimal): -2411420 or 6567131. OLE color: 6567131.

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

Color convert

RGB 219 52 100 -
CMYK 0 0.76 0.54 0.14
HSL 342.75º 0.7% 0.53% -
HSV(B) 342.75º 0.76% 0.86% -
XYZ 32.74 18.44 13.89 -
YUV 107.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 219 52 100 0 0.76 0.54 0.14 342.75 0.7 0.53
Hex DB 34 64 0 4C 36 E 157 46 35
Octal 333 64 144 0 114 66 16 527 106 65
Binary 11011011 110100 1100100 0 1001100 110110 1110 101010111 1000110 110101

Color Harmonies of #DB3464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3464

Black with #DB3464

Text Example


Text Example

White with #DB3464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3464; }

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

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

background-color css

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

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

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

border-color css

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

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

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