Html Css Color HEX #DB5264 Mandy

📋 copy color: '#DB5264'

red 219 ◦ green 82 ◦ blue 100

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

Shades of Mandy #DB5264

Tints of Mandy #DB5264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.45%

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

R = 54.61%
G = 20.45%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB5264 (or 0xDB5264) is known color: Mandy. HEX triplet: DB, 52 and 64. RGB value is (219,82,100). Sum of RGB (Red+Green+Blue) = 219+82+100=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5264 is #24AD9B. Grayscale: #7D7D7D. Windows color (decimal): -2403740 or 6574811. OLE color: 6574811.

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

Color convert

RGB 219 82 100 -
CMYK 0 0.63 0.54 0.14
HSL 352.12º 0.66% 0.59% -
HSV(B) 352.12º 0.63% 0.86% -
XYZ 34.53 22.01 14.49 -
YUV 125.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 219 82 100 0 0.63 0.54 0.14 352.12 0.66 0.59
Hex DB 52 64 0 3F 36 E 160 42 3B
Octal 333 122 144 0 77 66 16 540 102 73
Binary 11011011 1010010 1100100 0 111111 110110 1110 101100000 1000010 111011

Color Harmonies of #DB5264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5264

Black with #DB5264

Text Example


Text Example

White with #DB5264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5264; }

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

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

background-color css

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

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

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

border-color css

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

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

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