Html Css Color HEX #D05D66 Mandy

📋 copy color: '#D05D66'

red 208 ◦ green 93 ◦ blue 102

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

Shades of Mandy #D05D66

Tints of Mandy #D05D66

RGB

 RED value IS 208 (81.64% from 255) = 51.61%

 GREEN value IS 93 (36.72% from 255) = 23.08%

 BLUE value IS 102 (40.23% from 255) = 25.31%

R = 51.61%
G = 23.08%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D05D66 (or 0xD05D66) is known color: Mandy. HEX triplet: D0, 5D and 66. RGB value is (208,93,102). Sum of RGB (Red+Green+Blue) = 208+93+102=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D66 is #2FA299. Grayscale: #808080. Windows color (decimal): -3121818 or 6708688. OLE color: 6708688.

HSL color Cylindrical-coordinate representation of color #D05D66: hue angle of 355.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05D66 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 93 102 -
CMYK 0 0.55 0.51 0.18
HSL 355.3º 0.55% 0.59% -
HSV(B) 355.3º 0.55% 0.82% -
XYZ 32.33 22.2 15.15 -
YUV 128.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 208 93 102 0 0.55 0.51 0.18 355.3 0.55 0.59
Hex D0 5D 66 0 37 33 12 163 37 3B
Octal 320 135 146 0 67 63 22 543 67 73
Binary 11010000 1011101 1100110 0 110111 110011 10010 101100011 110111 111011

Color Harmonies of #D05D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05D66

Black with #D05D66

Text Example


Text Example

White with #D05D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05D66; }

 p { color: rgb(208,93,102); }

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

background-color css

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

 a { background-color: rgb(208,93,102); }

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

border-color css

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

 span { border-color: rgb(208,93,102); }

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