Html Css Color HEX #D3485F Mandy

📋 copy color: '#D3485F'

red 211 ◦ green 72 ◦ blue 95

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

Shades of Mandy #D3485F

Tints of Mandy #D3485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 55.82%
G = 19.05%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3485F (or 0xD3485F) is known color: Mandy. HEX triplet: D3, 48 and 5F. RGB value is (211,72,95). Sum of RGB (Red+Green+Blue) = 211+72+95=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D3485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3485F is #2CB7A0. Grayscale: #747474. Windows color (decimal): -2930593 or 6244563. OLE color: 6244563.

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

Color convert

RGB 211 72 95 -
CMYK 0 0.66 0.55 0.17
HSL 350.07º 0.61% 0.55% -
HSV(B) 350.07º 0.66% 0.83% -
XYZ 31.25 19.31 12.91 -
YUV 116.18 116.05 195.63 -
System Red Green Blue C M Y K H S L
Decimal 211 72 95 0 0.66 0.55 0.17 350.07 0.61 0.55
Hex D3 48 5F 0 42 37 11 15E 3D 37
Octal 323 110 137 0 102 67 21 536 75 67
Binary 11010011 1001000 1011111 0 1000010 110111 10001 101011110 111101 110111

Color Harmonies of #D3485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3485F

Black with #D3485F

Text Example


Text Example

White with #D3485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3485F; }

 p { color: rgb(211,72,95); }

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

background-color css

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

 a { background-color: rgb(211,72,95); }

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

border-color css

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

 span { border-color: rgb(211,72,95); }

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