Html Css Color HEX #D04681 Mulberry

📋 copy color: '#D04681'

red 208 ◦ green 70 ◦ blue 129

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

Shades of Mulberry #D04681

Tints of Mulberry #D04681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.2%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 51.11%
G = 17.2%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04681 (or 0xD04681) is known color: Mulberry. HEX triplet: D0, 46 and 81. RGB value is (208,70,129). Sum of RGB (Red+Green+Blue) = 208+70+129=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D04681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04681 is #2FB97E. Grayscale: #757575. Windows color (decimal): -3127679 or 8472272. OLE color: 8472272.

HSL color Cylindrical-coordinate representation of color #D04681: hue angle of 334.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04681 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 70 129 -
CMYK 0 0.66 0.38 0.18
HSL 334.35º 0.59% 0.55% -
HSV(B) 334.35º 0.66% 0.82% -
XYZ 32.17 19.38 22.81 -
YUV 117.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 208 70 129 0 0.66 0.38 0.18 334.35 0.59 0.55
Hex D0 46 81 0 42 26 12 14E 3B 37
Octal 320 106 201 0 102 46 22 516 73 67
Binary 11010000 1000110 10000001 0 1000010 100110 10010 101001110 111011 110111

Color Harmonies of #D04681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04681

Black with #D04681

Text Example


Text Example

White with #D04681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04681; }

 p { color: rgb(208,70,129); }

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

background-color css

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

 a { background-color: rgb(208,70,129); }

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

border-color css

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

 span { border-color: rgb(208,70,129); }

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