Html Css Color HEX #D0475C Mandy

📋 copy color: '#D0475C'

red 208 ◦ green 71 ◦ blue 92

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

Shades of Mandy #D0475C

Tints of Mandy #D0475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 56.06%
G = 19.14%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0475C (or 0xD0475C) is known color: Mandy. HEX triplet: D0, 47 and 5C. RGB value is (208,71,92). Sum of RGB (Red+Green+Blue) = 208+71+92=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0475C is #2FB8A3. Grayscale: #727272. Windows color (decimal): -3127460 or 6047696. OLE color: 6047696.

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

Color convert

RGB 208 71 92 -
CMYK 0 0.66 0.56 0.18
HSL 350.8º 0.59% 0.55% -
HSV(B) 350.8º 0.66% 0.82% -
XYZ 30.2 18.69 12.14 -
YUV 114.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 208 71 92 0 0.66 0.56 0.18 350.8 0.59 0.55
Hex D0 47 5C 0 42 38 12 15F 3B 37
Octal 320 107 134 0 102 70 22 537 73 67
Binary 11010000 1000111 1011100 0 1000010 111000 10010 101011111 111011 110111

Color Harmonies of #D0475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0475C

Black with #D0475C

Text Example


Text Example

White with #D0475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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