Html Css Color HEX #D04058 Mandy

📋 copy color: '#D04058'

red 208 ◦ green 64 ◦ blue 88

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

Shades of Mandy #D04058

Tints of Mandy #D04058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

 BLUE value IS 88 (34.77% from 255) = 24.44%

R = 57.78%
G = 17.78%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D04058 (or 0xD04058) is known color: Mandy. HEX triplet: D0, 40 and 58. RGB value is (208,64,88). Sum of RGB (Red+Green+Blue) = 208+64+88=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D04058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04058 is #2FBFA7. Grayscale: #6D6D6D. Windows color (decimal): -3129256 or 5783760. OLE color: 5783760.

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

Color convert

RGB 208 64 88 -
CMYK 0 0.69 0.58 0.18
HSL 350º 0.61% 0.53% -
HSV(B) 350º 0.69% 0.82% -
XYZ 29.61 17.78 11.1 -
YUV 109.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 208 64 88 0 0.69 0.58 0.18 350 0.61 0.53
Hex D0 40 58 0 45 3A 12 15E 3D 35
Octal 320 100 130 0 105 72 22 536 75 65
Binary 11010000 1000000 1011000 0 1000101 111010 10010 101011110 111101 110101

Color Harmonies of #D04058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04058

Black with #D04058

Text Example


Text Example

White with #D04058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04058; }

 p { color: rgb(208,64,88); }

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

background-color css

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

 a { background-color: rgb(208,64,88); }

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

border-color css

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

 span { border-color: rgb(208,64,88); }

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