Html Css Color HEX #D2565B Mandy

📋 copy color: '#D2565B'

red 210 ◦ green 86 ◦ blue 91

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

Shades of Mandy #D2565B

Tints of Mandy #D2565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.22%

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

R = 54.26%
G = 22.22%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2565B (or 0xD2565B) is known color: Mandy. HEX triplet: D2, 56 and 5B. RGB value is (210,86,91). Sum of RGB (Red+Green+Blue) = 210+86+91=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2565B is #2DA9A4. Grayscale: #7B7B7B. Windows color (decimal): -2992549 or 5986002. OLE color: 5986002.

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

Color convert

RGB 210 86 91 -
CMYK 0 0.59 0.57 0.18
HSL 357.58º 0.58% 0.58% -
HSV(B) 357.58º 0.59% 0.82% -
XYZ 31.79 21.11 12.3 -
YUV 123.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 210 86 91 0 0.59 0.57 0.18 357.58 0.58 0.58
Hex D2 56 5B 0 3B 39 12 166 3A 3A
Octal 322 126 133 0 73 71 22 546 72 72
Binary 11010010 1010110 1011011 0 111011 111001 10010 101100110 111010 111010

Color Harmonies of #D2565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2565B

Black with #D2565B

Text Example


Text Example

White with #D2565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2565B; }

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

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

background-color css

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

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

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

border-color css

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

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

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