Html Css Color HEX #DB6064 Mandy

📋 copy color: '#DB6064'

red 219 ◦ green 96 ◦ blue 100

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

Shades of Mandy #DB6064

Tints of Mandy #DB6064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

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

R = 52.77%
G = 23.13%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB6064 (or 0xDB6064) is known color: Mandy. HEX triplet: DB, 60 and 64. RGB value is (219,96,100). Sum of RGB (Red+Green+Blue) = 219+96+100=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6064 is #249F9B. Grayscale: #858585. Windows color (decimal): -2400156 or 6578395. OLE color: 6578395.

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

Color convert

RGB 219 96 100 -
CMYK 0 0.56 0.54 0.14
HSL 358.05º 0.63% 0.62% -
HSV(B) 358.05º 0.56% 0.86% -
XYZ 35.7 24.35 14.87 -
YUV 133.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 219 96 100 0 0.56 0.54 0.14 358.05 0.63 0.62
Hex DB 60 64 0 38 36 E 166 3F 3E
Octal 333 140 144 0 70 66 16 546 77 76
Binary 11011011 1100000 1100100 0 111000 110110 1110 101100110 111111 111110

Color Harmonies of #DB6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6064

Black with #DB6064

Text Example


Text Example

White with #DB6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6064; }

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

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

background-color css

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

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

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

border-color css

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

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

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