Html Css Color HEX #D04750 Mandy

📋 copy color: '#D04750'

red 208 ◦ green 71 ◦ blue 80

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

Shades of Mandy #D04750

Tints of Mandy #D04750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.78%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 57.94%
G = 19.78%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D04750 (or 0xD04750) is known color: Mandy. HEX triplet: D0, 47 and 50. RGB value is (208,71,80). Sum of RGB (Red+Green+Blue) = 208+71+80=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D04750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04750 is #2FB8AF. Grayscale: #717171. Windows color (decimal): -3127472 or 5261264. OLE color: 5261264.

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

Color convert

RGB 208 71 80 -
CMYK 0 0.66 0.62 0.18
HSL 356.06º 0.59% 0.55% -
HSV(B) 356.06º 0.66% 0.82% -
XYZ 29.71 18.5 9.59 -
YUV 112.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 208 71 80 0 0.66 0.62 0.18 356.06 0.59 0.55
Hex D0 47 50 0 42 3E 12 164 3B 37
Octal 320 107 120 0 102 76 22 544 73 67
Binary 11010000 1000111 1010000 0 1000010 111110 10010 101100100 111011 110111

Color Harmonies of #D04750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04750

Black with #D04750

Text Example


Text Example

White with #D04750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04750; }

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

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

background-color css

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

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

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

border-color css

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

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

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