Html Css Color HEX #D0474B Mandy

📋 copy color: '#D0474B'

red 208 ◦ green 71 ◦ blue 75

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

Shades of Mandy #D0474B

Tints of Mandy #D0474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 58.76%
G = 20.06%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0474B (or 0xD0474B) is known color: Mandy. HEX triplet: D0, 47 and 4B. RGB value is (208,71,75). Sum of RGB (Red+Green+Blue) = 208+71+75=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0474B is #2FB8B4. Grayscale: #707070. Windows color (decimal): -3127477 or 4933584. OLE color: 4933584.

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

Color convert

RGB 208 71 75 -
CMYK 0 0.66 0.64 0.18
HSL 358.25º 0.59% 0.55% -
HSV(B) 358.25º 0.66% 0.82% -
XYZ 29.54 18.42 8.66 -
YUV 112.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 208 71 75 0 0.66 0.64 0.18 358.25 0.59 0.55
Hex D0 47 4B 0 42 40 12 166 3B 37
Octal 320 107 113 0 102 100 22 546 73 67
Binary 11010000 1000111 1001011 0 1000010 1000000 10010 101100110 111011 110111

Color Harmonies of #D0474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0474B

Black with #D0474B

Text Example


Text Example

White with #D0474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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