Html Css Color HEX #D2535B Mandy

📋 copy color: '#D2535B'

red 210 ◦ green 83 ◦ blue 91

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

Shades of Mandy #D2535B

Tints of Mandy #D2535B

RGB

 RED value IS 210 (82.42% from 255) = 54.69%

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

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

R = 54.69%
G = 21.61%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2535B (or 0xD2535B) is known color: Mandy. HEX triplet: D2, 53 and 5B. RGB value is (210,83,91). Sum of RGB (Red+Green+Blue) = 210+83+91=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2535B is #2DACA4. Grayscale: #797979. Windows color (decimal): -2993317 or 5985234. OLE color: 5985234.

HSL color Cylindrical-coordinate representation of color #D2535B: hue angle of 356.22º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2535B is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 83 91 -
CMYK 0 0.60 0.57 0.18
HSL 356.22º 0.59% 0.57% -
HSV(B) 356.22º 0.6% 0.82% -
XYZ 31.56 20.64 12.22 -
YUV 121.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 210 83 91 0 0.60 0.57 0.18 356.22 0.59 0.57
Hex D2 53 5B 0 3C 39 12 164 3B 39
Octal 322 123 133 0 74 71 22 544 73 71
Binary 11010010 1010011 1011011 0 111100 111001 10010 101100100 111011 111001

Color Harmonies of #D2535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2535B

Black with #D2535B

Text Example


Text Example

White with #D2535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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