Html Css Color HEX #D0474C Mandy

📋 copy color: '#D0474C'

red 208 ◦ green 71 ◦ blue 76

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

Shades of Mandy #D0474C

Tints of Mandy #D0474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 58.59%
G = 20%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0474C (or 0xD0474C) is known color: Mandy. HEX triplet: D0, 47 and 4C. RGB value is (208,71,76). Sum of RGB (Red+Green+Blue) = 208+71+76=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0474C is #2FB8B3. Grayscale: #707070. Windows color (decimal): -3127476 or 4999120. OLE color: 4999120.

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

Color convert

RGB 208 71 76 -
CMYK 0 0.66 0.63 0.18
HSL 357.81º 0.59% 0.55% -
HSV(B) 357.81º 0.66% 0.82% -
XYZ 29.57 18.44 8.84 -
YUV 112.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 208 71 76 0 0.66 0.63 0.18 357.81 0.59 0.55
Hex D0 47 4C 0 42 3F 12 166 3B 37
Octal 320 107 114 0 102 77 22 546 73 67
Binary 11010000 1000111 1001100 0 1000010 111111 10010 101100110 111011 110111

Color Harmonies of #D0474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0474C

Black with #D0474C

Text Example


Text Example

White with #D0474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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