Html Css Color HEX #D04C62 Mandy

📋 copy color: '#D04C62'

red 208 ◦ green 76 ◦ blue 98

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

Shades of Mandy #D04C62

Tints of Mandy #D04C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

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

R = 54.45%
G = 19.9%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D04C62 (or 0xD04C62) is known color: Mandy. HEX triplet: D0, 4C and 62. RGB value is (208,76,98). Sum of RGB (Red+Green+Blue) = 208+76+98=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C62 is #2FB39D. Grayscale: #767676. Windows color (decimal): -3126174 or 6442192. OLE color: 6442192.

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

Color convert

RGB 208 76 98 -
CMYK 0 0.63 0.53 0.18
HSL 350º 0.58% 0.56% -
HSV(B) 350º 0.63% 0.82% -
XYZ 30.8 19.46 13.69 -
YUV 117.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 208 76 98 0 0.63 0.53 0.18 350 0.58 0.56
Hex D0 4C 62 0 3F 35 12 15E 3A 38
Octal 320 114 142 0 77 65 22 536 72 70
Binary 11010000 1001100 1100010 0 111111 110101 10010 101011110 111010 111000

Color Harmonies of #D04C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C62

Black with #D04C62

Text Example


Text Example

White with #D04C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C62; }

 p { color: rgb(208,76,98); }

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

background-color css

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

 a { background-color: rgb(208,76,98); }

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

border-color css

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

 span { border-color: rgb(208,76,98); }

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