Html Css Color HEX #D04184 Mulberry

📋 copy color: '#D04184'

red 208 ◦ green 65 ◦ blue 132

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

Shades of Mulberry #D04184

Tints of Mulberry #D04184

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.05%

 BLUE value IS 132 (51.95% from 255) = 32.59%

R = 51.36%
G = 16.05%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D04184 (or 0xD04184) is known color: Mulberry. HEX triplet: D0, 41 and 84. RGB value is (208,65,132). Sum of RGB (Red+Green+Blue) = 208+65+132=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D04184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04184 is #2FBE7B. Grayscale: #737373. Windows color (decimal): -3128956 or 8667600. OLE color: 8667600.

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

Color convert

RGB 208 65 132 -
CMYK 0 0.69 0.37 0.18
HSL 331.89º 0.6% 0.54% -
HSV(B) 331.89º 0.69% 0.82% -
XYZ 32.07 18.86 23.78 -
YUV 115.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 208 65 132 0 0.69 0.37 0.18 331.89 0.6 0.54
Hex D0 41 84 0 45 25 12 14C 3C 36
Octal 320 101 204 0 105 45 22 514 74 66
Binary 11010000 1000001 10000100 0 1000101 100101 10010 101001100 111100 110110

Color Harmonies of #D04184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04184

Black with #D04184

Text Example


Text Example

White with #D04184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04184; }

 p { color: rgb(208,65,132); }

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

background-color css

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

 a { background-color: rgb(208,65,132); }

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

border-color css

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

 span { border-color: rgb(208,65,132); }

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