Html Css Color HEX #D04051 Mandy

📋 copy color: '#D04051'

red 208 ◦ green 64 ◦ blue 81

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

Shades of Mandy #D04051

Tints of Mandy #D04051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 58.92%
G = 18.13%
B = 22.95%

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

#D04051 (or 0xD04051) is known color: Mandy. HEX triplet: D0, 40 and 51. RGB value is (208,64,81). Sum of RGB (Red+Green+Blue) = 208+64+81=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D04051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04051 is #2FBFAE. Grayscale: #6D6D6D. Windows color (decimal): -3129263 or 5325008. OLE color: 5325008.

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

Color convert

RGB 208 64 81 -
CMYK 0 0.69 0.61 0.18
HSL 352.92º 0.61% 0.53% -
HSV(B) 352.92º 0.69% 0.82% -
XYZ 29.33 17.67 9.65 -
YUV 108.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 208 64 81 0 0.69 0.61 0.18 352.92 0.61 0.53
Hex D0 40 51 0 45 3D 12 161 3D 35
Octal 320 100 121 0 105 75 22 541 75 65
Binary 11010000 1000000 1010001 0 1000101 111101 10010 101100001 111101 110101

Color Harmonies of #D04051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04051

Black with #D04051

Text Example


Text Example

White with #D04051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04051; }

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

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

background-color css

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

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

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

border-color css

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

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

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