Html Css Color HEX #D3474B Mandy

📋 copy color: '#D3474B'

red 211 ◦ green 71 ◦ blue 75

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

Shades of Mandy #D3474B

Tints of Mandy #D3474B

RGB

 RED value IS 211 (82.81% from 255) = 59.1%

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

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

R = 59.1%
G = 19.89%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3474B (or 0xD3474B) is known color: Mandy. HEX triplet: D3, 47 and 4B. RGB value is (211,71,75). Sum of RGB (Red+Green+Blue) = 211+71+75=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D3474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3474B is #2CB8B4. Grayscale: #717171. Windows color (decimal): -2930869 or 4933587. OLE color: 4933587.

HSL color Cylindrical-coordinate representation of color #D3474B: hue angle of 358.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3474B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 75 -
CMYK 0 0.66 0.64 0.17
HSL 358.29º 0.61% 0.55% -
HSV(B) 358.29º 0.66% 0.83% -
XYZ 30.39 18.86 8.7 -
YUV 113.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 211 71 75 0 0.66 0.64 0.17 358.29 0.61 0.55
Hex D3 47 4B 0 42 40 11 166 3D 37
Octal 323 107 113 0 102 100 21 546 75 67
Binary 11010011 1000111 1001011 0 1000010 1000000 10001 101100110 111101 110111

Color Harmonies of #D3474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3474B

Black with #D3474B

Text Example


Text Example

White with #D3474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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