Html Css Color HEX #D25063 Mandy

📋 copy color: '#D25063'

red 210 ◦ green 80 ◦ blue 99

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

Shades of Mandy #D25063

Tints of Mandy #D25063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

 BLUE value IS 99 (39.06% from 255) = 25.45%

R = 53.98%
G = 20.57%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D25063 (or 0xD25063) is known color: Mandy. HEX triplet: D2, 50 and 63. RGB value is (210,80,99). Sum of RGB (Red+Green+Blue) = 210+80+99=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D25063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25063 is #2DAF9C. Grayscale: #797979. Windows color (decimal): -2994077 or 6508754. OLE color: 6508754.

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

Color convert

RGB 210 80 99 -
CMYK 0 0.62 0.53 0.18
HSL 351.23º 0.59% 0.57% -
HSV(B) 351.23º 0.62% 0.82% -
XYZ 31.7 20.34 14.06 -
YUV 121.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 210 80 99 0 0.62 0.53 0.18 351.23 0.59 0.57
Hex D2 50 63 0 3E 35 12 15F 3B 39
Octal 322 120 143 0 76 65 22 537 73 71
Binary 11010010 1010000 1100011 0 111110 110101 10010 101011111 111011 111001

Color Harmonies of #D25063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25063

Black with #D25063

Text Example


Text Example

White with #D25063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25063; }

 p { color: rgb(210,80,99); }

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

background-color css

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

 a { background-color: rgb(210,80,99); }

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

border-color css

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

 span { border-color: rgb(210,80,99); }

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