Html Css Color HEX #D3535D Mandy

📋 copy color: '#D3535D'

red 211 ◦ green 83 ◦ blue 93

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

Shades of Mandy #D3535D

Tints of Mandy #D3535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 54.52%
G = 21.45%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3535D (or 0xD3535D) is known color: Mandy. HEX triplet: D3, 53 and 5D. RGB value is (211,83,93). Sum of RGB (Red+Green+Blue) = 211+83+93=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3535D is #2CACA2. Grayscale: #7A7A7A. Windows color (decimal): -2927779 or 6116307. OLE color: 6116307.

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

Color convert

RGB 211 83 93 -
CMYK 0 0.61 0.56 0.17
HSL 355.31º 0.59% 0.58% -
HSV(B) 355.31º 0.61% 0.83% -
XYZ 31.93 20.83 12.69 -
YUV 122.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 211 83 93 0 0.61 0.56 0.17 355.31 0.59 0.58
Hex D3 53 5D 0 3D 38 11 163 3B 3A
Octal 323 123 135 0 75 70 21 543 73 72
Binary 11010011 1010011 1011101 0 111101 111000 10001 101100011 111011 111010

Color Harmonies of #D3535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3535D

Black with #D3535D

Text Example


Text Example

White with #D3535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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