Html Css Color HEX #D3535E Mandy

📋 copy color: '#D3535E'

red 211 ◦ green 83 ◦ blue 94

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

Shades of Mandy #D3535E

Tints of Mandy #D3535E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.23%

R = 54.38%
G = 21.39%
B = 24.23%

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

#D3535E (or 0xD3535E) is known color: Mandy. HEX triplet: D3, 53 and 5E. RGB value is (211,83,94). Sum of RGB (Red+Green+Blue) = 211+83+94=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3535E is #2CACA1. Grayscale: #7A7A7A. Windows color (decimal): -2927778 or 6181843. OLE color: 6181843.

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

Color convert

RGB 211 83 94 -
CMYK 0 0.61 0.55 0.17
HSL 354.84º 0.59% 0.58% -
HSV(B) 354.84º 0.61% 0.83% -
XYZ 31.98 20.84 12.93 -
YUV 122.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 211 83 94 0 0.61 0.55 0.17 354.84 0.59 0.58
Hex D3 53 5E 0 3D 37 11 163 3B 3A
Octal 323 123 136 0 75 67 21 543 73 72
Binary 11010011 1010011 1011110 0 111101 110111 10001 101100011 111011 111010

Color Harmonies of #D3535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3535E

Black with #D3535E

Text Example


Text Example

White with #D3535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3535E; }

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

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

background-color css

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

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

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

border-color css

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

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

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