Html Css Color HEX #D0475A Mandy

📋 copy color: '#D0475A'

red 208 ◦ green 71 ◦ blue 90

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

Shades of Mandy #D0475A

Tints of Mandy #D0475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 56.37%
G = 19.24%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0475A (or 0xD0475A) is known color: Mandy. HEX triplet: D0, 47 and 5A. RGB value is (208,71,90). Sum of RGB (Red+Green+Blue) = 208+71+90=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0475A is #2FB8A5. Grayscale: #727272. Windows color (decimal): -3127462 or 5916624. OLE color: 5916624.

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

Color convert

RGB 208 71 90 -
CMYK 0 0.66 0.57 0.18
HSL 351.68º 0.59% 0.55% -
HSV(B) 351.68º 0.66% 0.82% -
XYZ 30.11 18.65 11.69 -
YUV 114.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 208 71 90 0 0.66 0.57 0.18 351.68 0.59 0.55
Hex D0 47 5A 0 42 39 12 160 3B 37
Octal 320 107 132 0 102 71 22 540 73 67
Binary 11010000 1000111 1011010 0 1000010 111001 10010 101100000 111011 110111

Color Harmonies of #D0475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0475A

Black with #D0475A

Text Example


Text Example

White with #D0475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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