Html Css Color HEX #D04052 Mandy

📋 copy color: '#D04052'

red 208 ◦ green 64 ◦ blue 82

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

Shades of Mandy #D04052

Tints of Mandy #D04052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 58.76%
G = 18.08%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D04052 (or 0xD04052) is known color: Mandy. HEX triplet: D0, 40 and 52. RGB value is (208,64,82). Sum of RGB (Red+Green+Blue) = 208+64+82=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D04052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04052 is #2FBFAD. Grayscale: #6D6D6D. Windows color (decimal): -3129262 or 5390544. OLE color: 5390544.

HSL color Cylindrical-coordinate representation of color #D04052: hue angle of 352.5º 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 #D04052 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 82 -
CMYK 0 0.69 0.61 0.18
HSL 352.5º 0.61% 0.53% -
HSV(B) 352.5º 0.69% 0.82% -
XYZ 29.37 17.69 9.85 -
YUV 109.11 112.71 198.54 -
System Red Green Blue C M Y K H S L
Decimal 208 64 82 0 0.69 0.61 0.18 352.5 0.61 0.53
Hex D0 40 52 0 45 3D 12 160 3D 35
Octal 320 100 122 0 105 75 22 540 75 65
Binary 11010000 1000000 1010010 0 1000101 111101 10010 101100000 111101 110101

Color Harmonies of #D04052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04052

Black with #D04052

Text Example


Text Example

White with #D04052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04052; }

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

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

background-color css

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

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

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

border-color css

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

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

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