Html Css Color HEX #D2525A Mandy

📋 copy color: '#D2525A'

red 210 ◦ green 82 ◦ blue 90

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

Shades of Mandy #D2525A

Tints of Mandy #D2525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

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

R = 54.97%
G = 21.47%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2525A (or 0xD2525A) is known color: Mandy. HEX triplet: D2, 52 and 5A. RGB value is (210,82,90). Sum of RGB (Red+Green+Blue) = 210+82+90=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2525A is #2DADA5. Grayscale: #797979. Windows color (decimal): -2993574 or 5919442. OLE color: 5919442.

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

Color convert

RGB 210 82 90 -
CMYK 0 0.61 0.57 0.18
HSL 356.25º 0.59% 0.57% -
HSV(B) 356.25º 0.61% 0.82% -
XYZ 31.44 20.47 11.97 -
YUV 121.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 210 82 90 0 0.61 0.57 0.18 356.25 0.59 0.57
Hex D2 52 5A 0 3D 39 12 164 3B 39
Octal 322 122 132 0 75 71 22 544 73 71
Binary 11010010 1010010 1011010 0 111101 111001 10010 101100100 111011 111001

Color Harmonies of #D2525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2525A

Black with #D2525A

Text Example


Text Example

White with #D2525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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