Html Css Color HEX #DB6065 Mandy

📋 copy color: '#DB6065'

red 219 ◦ green 96 ◦ blue 101

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

Shades of Mandy #DB6065

Tints of Mandy #DB6065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 52.64%
G = 23.08%
B = 24.28%

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

#DB6065 (or 0xDB6065) is known color: Mandy. HEX triplet: DB, 60 and 65. RGB value is (219,96,101). Sum of RGB (Red+Green+Blue) = 219+96+101=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6065 is #249F9A. Grayscale: #858585. Windows color (decimal): -2400155 or 6643931. OLE color: 6643931.

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

Color convert

RGB 219 96 101 -
CMYK 0 0.56 0.54 0.14
HSL 357.56º 0.63% 0.62% -
HSV(B) 357.56º 0.56% 0.86% -
XYZ 35.75 24.37 15.13 -
YUV 133.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 219 96 101 0 0.56 0.54 0.14 357.56 0.63 0.62
Hex DB 60 65 0 38 36 E 166 3F 3E
Octal 333 140 145 0 70 66 16 546 77 76
Binary 11011011 1100000 1100101 0 111000 110110 1110 101100110 111111 111110

Color Harmonies of #DB6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6065

Black with #DB6065

Text Example


Text Example

White with #DB6065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6065; }

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

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

background-color css

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

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

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

border-color css

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

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

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