Html Css Color HEX #D9474B Mandy

📋 copy color: '#D9474B'

red 217 ◦ green 71 ◦ blue 75

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

Shades of Mandy #D9474B

Tints of Mandy #D9474B

RGB

 RED value IS 217 (85.16% from 255) = 59.78%

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

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

R = 59.78%
G = 19.56%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9474B (or 0xD9474B) is known color: Mandy. HEX triplet: D9, 47 and 4B. RGB value is (217,71,75). Sum of RGB (Red+Green+Blue) = 217+71+75=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9474B is #26B8B4. Grayscale: #737373. Windows color (decimal): -2537653 or 4933593. OLE color: 4933593.

HSL color Cylindrical-coordinate representation of color #D9474B: hue angle of 358.36º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9474B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 75 -
CMYK 0 0.67 0.65 0.15
HSL 358.36º 0.66% 0.56% -
HSV(B) 358.36º 0.67% 0.85% -
XYZ 32.14 19.77 8.78 -
YUV 115.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 217 71 75 0 0.67 0.65 0.15 358.36 0.66 0.56
Hex D9 47 4B 0 43 41 F 166 42 38
Octal 331 107 113 0 103 101 17 546 102 70
Binary 11011001 1000111 1001011 0 1000011 1000001 1111 101100110 1000010 111000

Color Harmonies of #D9474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9474B

Black with #D9474B

Text Example


Text Example

White with #D9474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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