Html Css Color HEX #D2535A Mandy

📋 copy color: '#D2535A'

red 210 ◦ green 83 ◦ blue 90

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

Shades of Mandy #D2535A

Tints of Mandy #D2535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 54.83%
G = 21.67%
B = 23.5%

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

#D2535A (or 0xD2535A) is known color: Mandy. HEX triplet: D2, 53 and 5A. RGB value is (210,83,90). Sum of RGB (Red+Green+Blue) = 210+83+90=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2535A is #2DACA5. Grayscale: #797979. Windows color (decimal): -2993318 or 5919698. OLE color: 5919698.

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

Color convert

RGB 210 83 90 -
CMYK 0 0.60 0.57 0.18
HSL 356.69º 0.59% 0.57% -
HSV(B) 356.69º 0.6% 0.82% -
XYZ 31.52 20.63 11.99 -
YUV 121.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 210 83 90 0 0.60 0.57 0.18 356.69 0.59 0.57
Hex D2 53 5A 0 3C 39 12 165 3B 39
Octal 322 123 132 0 74 71 22 545 73 71
Binary 11010010 1010011 1011010 0 111100 111001 10010 101100101 111011 111001

Color Harmonies of #D2535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2535A

Black with #D2535A

Text Example


Text Example

White with #D2535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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