Html Css Color HEX #D45062 Mandy

📋 copy color: '#D45062'

red 212 ◦ green 80 ◦ blue 98

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

Shades of Mandy #D45062

Tints of Mandy #D45062

RGB

 RED value IS 212 (83.2% from 255) = 54.36%

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

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 54.36%
G = 20.51%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D45062 (or 0xD45062) is known color: Mandy. HEX triplet: D4, 50 and 62. RGB value is (212,80,98). Sum of RGB (Red+Green+Blue) = 212+80+98=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D45062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45062 is #2BAF9D. Grayscale: #797979. Windows color (decimal): -2863006 or 6443220. OLE color: 6443220.

HSL color Cylindrical-coordinate representation of color #D45062: hue angle of 351.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45062 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 80 98 -
CMYK 0 0.62 0.54 0.17
HSL 351.82º 0.61% 0.57% -
HSV(B) 351.82º 0.62% 0.83% -
XYZ 32.22 20.62 13.84 -
YUV 121.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 212 80 98 0 0.62 0.54 0.17 351.82 0.61 0.57
Hex D4 50 62 0 3E 36 11 160 3D 39
Octal 324 120 142 0 76 66 21 540 75 71
Binary 11010100 1010000 1100010 0 111110 110110 10001 101100000 111101 111001

Color Harmonies of #D45062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45062

Black with #D45062

Text Example


Text Example

White with #D45062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45062; }

 p { color: rgb(212,80,98); }

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

background-color css

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

 a { background-color: rgb(212,80,98); }

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

border-color css

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

 span { border-color: rgb(212,80,98); }

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