Html Css Color HEX #D3535C Mandy

📋 copy color: '#D3535C'

red 211 ◦ green 83 ◦ blue 92

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

Shades of Mandy #D3535C

Tints of Mandy #D3535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.83%

R = 54.66%
G = 21.5%
B = 23.83%

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

#D3535C (or 0xD3535C) is known color: Mandy. HEX triplet: D3, 53 and 5C. RGB value is (211,83,92). Sum of RGB (Red+Green+Blue) = 211+83+92=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D3535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3535C is #2CACA3. Grayscale: #7A7A7A. Windows color (decimal): -2927780 or 6050771. OLE color: 6050771.

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

Color convert

RGB 211 83 92 -
CMYK 0 0.61 0.56 0.17
HSL 355.78º 0.59% 0.58% -
HSV(B) 355.78º 0.61% 0.83% -
XYZ 31.89 20.81 12.46 -
YUV 122.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 211 83 92 0 0.61 0.56 0.17 355.78 0.59 0.58
Hex D3 53 5C 0 3D 38 11 164 3B 3A
Octal 323 123 134 0 75 70 21 544 73 72
Binary 11010011 1010011 1011100 0 111101 111000 10001 101100100 111011 111010

Color Harmonies of #D3535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3535C

Black with #D3535C

Text Example


Text Example

White with #D3535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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