Html Css Color HEX #D0505E Mandy

📋 copy color: '#D0505E'

red 208 ◦ green 80 ◦ blue 94

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

Shades of Mandy #D0505E

Tints of Mandy #D0505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

 BLUE value IS 94 (37.11% from 255) = 24.61%

R = 54.45%
G = 20.94%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0505E (or 0xD0505E) is known color: Mandy. HEX triplet: D0, 50 and 5E. RGB value is (208,80,94). Sum of RGB (Red+Green+Blue) = 208+80+94=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0505E is #2FAFA1. Grayscale: #777777. Windows color (decimal): -3125154 or 6181072. OLE color: 6181072.

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

Color convert

RGB 208 80 94 -
CMYK 0 0.62 0.55 0.18
HSL 353.44º 0.58% 0.56% -
HSV(B) 353.44º 0.62% 0.82% -
XYZ 30.9 19.96 12.81 -
YUV 119.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 208 80 94 0 0.62 0.55 0.18 353.44 0.58 0.56
Hex D0 50 5E 0 3E 37 12 161 3A 38
Octal 320 120 136 0 76 67 22 541 72 70
Binary 11010000 1010000 1011110 0 111110 110111 10010 101100001 111010 111000

Color Harmonies of #D0505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0505E

Black with #D0505E

Text Example


Text Example

White with #D0505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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