Html Css Color HEX #D3535B Mandy

📋 copy color: '#D3535B'

red 211 ◦ green 83 ◦ blue 91

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

Shades of Mandy #D3535B

Tints of Mandy #D3535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 54.81%
G = 21.56%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3535B (or 0xD3535B) is known color: Mandy. HEX triplet: D3, 53 and 5B. RGB value is (211,83,91). Sum of RGB (Red+Green+Blue) = 211+83+91=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3535B is #2CACA4. Grayscale: #7A7A7A. Windows color (decimal): -2927781 or 5985235. OLE color: 5985235.

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

Color convert

RGB 211 83 91 -
CMYK 0 0.61 0.57 0.17
HSL 356.25º 0.59% 0.58% -
HSV(B) 356.25º 0.61% 0.83% -
XYZ 31.85 20.79 12.23 -
YUV 122.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 211 83 91 0 0.61 0.57 0.17 356.25 0.59 0.58
Hex D3 53 5B 0 3D 39 11 164 3B 3A
Octal 323 123 133 0 75 71 21 544 73 72
Binary 11010011 1010011 1011011 0 111101 111001 10001 101100100 111011 111010

Color Harmonies of #D3535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3535B

Black with #D3535B

Text Example


Text Example

White with #D3535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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