Html Css Color HEX #D3535F Mandy

📋 copy color: '#D3535F'

red 211 ◦ green 83 ◦ blue 95

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

Shades of Mandy #D3535F

Tints of Mandy #D3535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.34%

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

R = 54.24%
G = 21.34%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3535F (or 0xD3535F) is known color: Mandy. HEX triplet: D3, 53 and 5F. RGB value is (211,83,95). Sum of RGB (Red+Green+Blue) = 211+83+95=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3535F is #2CACA0. Grayscale: #7A7A7A. Windows color (decimal): -2927777 or 6247379. OLE color: 6247379.

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

Color convert

RGB 211 83 95 -
CMYK 0 0.61 0.55 0.17
HSL 354.38º 0.59% 0.58% -
HSV(B) 354.38º 0.61% 0.83% -
XYZ 32.02 20.86 13.17 -
YUV 122.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 211 83 95 0 0.61 0.55 0.17 354.38 0.59 0.58
Hex D3 53 5F 0 3D 37 11 162 3B 3A
Octal 323 123 137 0 75 67 21 542 73 72
Binary 11010011 1010011 1011111 0 111101 110111 10001 101100010 111011 111010

Color Harmonies of #D3535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3535F

Black with #D3535F

Text Example


Text Example

White with #D3535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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