Html Css Color HEX #D2525B Mandy

📋 copy color: '#D2525B'

red 210 ◦ green 82 ◦ blue 91

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

Shades of Mandy #D2525B

Tints of Mandy #D2525B

RGB

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

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

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

R = 54.83%
G = 21.41%
B = 23.76%

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

#D2525B (or 0xD2525B) is known color: Mandy. HEX triplet: D2, 52 and 5B. RGB value is (210,82,91). Sum of RGB (Red+Green+Blue) = 210+82+91=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2525B is #2DADA4. Grayscale: #797979. Windows color (decimal): -2993573 or 5984978. OLE color: 5984978.

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

Color convert

RGB 210 82 91 -
CMYK 0 0.61 0.57 0.18
HSL 355.78º 0.59% 0.57% -
HSV(B) 355.78º 0.61% 0.82% -
XYZ 31.48 20.49 12.19 -
YUV 121.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 210 82 91 0 0.61 0.57 0.18 355.78 0.59 0.57
Hex D2 52 5B 0 3D 39 12 164 3B 39
Octal 322 122 133 0 75 71 22 544 73 71
Binary 11010010 1010010 1011011 0 111101 111001 10010 101100100 111011 111001

Color Harmonies of #D2525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2525B

Black with #D2525B

Text Example


Text Example

White with #D2525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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