Html Css Color HEX #D05E61 Mandy

📋 copy color: '#D05E61'

red 208 ◦ green 94 ◦ blue 97

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

Shades of Mandy #D05E61

Tints of Mandy #D05E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

 BLUE value IS 97 (38.28% from 255) = 24.31%

R = 52.13%
G = 23.56%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D05E61 (or 0xD05E61) is known color: Mandy. HEX triplet: D0, 5E and 61. RGB value is (208,94,97). Sum of RGB (Red+Green+Blue) = 208+94+97=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E61 is #2FA19E. Grayscale: #808080. Windows color (decimal): -3121567 or 6381264. OLE color: 6381264.

HSL color Cylindrical-coordinate representation of color #D05E61: hue angle of 358.42º 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 #D05E61 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 94 97 -
CMYK 0 0.55 0.53 0.18
HSL 358.42º 0.55% 0.59% -
HSV(B) 358.42º 0.55% 0.82% -
XYZ 32.17 22.28 13.91 -
YUV 128.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 208 94 97 0 0.55 0.53 0.18 358.42 0.55 0.59
Hex D0 5E 61 0 37 35 12 166 37 3B
Octal 320 136 141 0 67 65 22 546 67 73
Binary 11010000 1011110 1100001 0 110111 110101 10010 101100110 110111 111011

Color Harmonies of #D05E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05E61

Black with #D05E61

Text Example


Text Example

White with #D05E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05E61; }

 p { color: rgb(208,94,97); }

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

background-color css

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

 a { background-color: rgb(208,94,97); }

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

border-color css

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

 span { border-color: rgb(208,94,97); }

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