Html Css Color HEX #D05063 Mandy

📋 copy color: '#D05063'

red 208 ◦ green 80 ◦ blue 99

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

Shades of Mandy #D05063

Tints of Mandy #D05063

RGB

 RED value IS 208 (81.64% from 255) = 53.75%

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

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

R = 53.75%
G = 20.67%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D05063 (or 0xD05063) is known color: Mandy. HEX triplet: D0, 50 and 63. RGB value is (208,80,99). Sum of RGB (Red+Green+Blue) = 208+80+99=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D05063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05063 is #2FAF9C. Grayscale: #787878. Windows color (decimal): -3125149 or 6508752. OLE color: 6508752.

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

Color convert

RGB 208 80 99 -
CMYK 0 0.62 0.52 0.18
HSL 351.09º 0.58% 0.56% -
HSV(B) 351.09º 0.62% 0.82% -
XYZ 31.13 20.05 14.03 -
YUV 120.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 208 80 99 0 0.62 0.52 0.18 351.09 0.58 0.56
Hex D0 50 63 0 3E 34 12 15F 3A 38
Octal 320 120 143 0 76 64 22 537 72 70
Binary 11010000 1010000 1100011 0 111110 110100 10010 101011111 111010 111000

Color Harmonies of #D05063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05063

Black with #D05063

Text Example


Text Example

White with #D05063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05063; }

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

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

background-color css

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

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

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

border-color css

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

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

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