Html Css Color HEX #D04291 Mulberry

📋 copy color: '#D04291'

red 208 ◦ green 66 ◦ blue 145

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

Shades of Mulberry #D04291

Tints of Mulberry #D04291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.75%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 49.64%
G = 15.75%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D04291 (or 0xD04291) is known color: Mulberry. HEX triplet: D0, 42 and 91. RGB value is (208,66,145). Sum of RGB (Red+Green+Blue) = 208+66+145=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D04291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04291 is #2FBD6E. Grayscale: #757575. Windows color (decimal): -3128687 or 9519824. OLE color: 9519824.

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

Color convert

RGB 208 66 145 -
CMYK 0 0.68 0.30 0.18
HSL 326.62º 0.6% 0.54% -
HSV(B) 326.62º 0.68% 0.82% -
XYZ 33.07 19.35 28.78 -
YUV 117.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 208 66 145 0 0.68 0.30 0.18 326.62 0.6 0.54
Hex D0 42 91 0 44 1E 12 147 3C 36
Octal 320 102 221 0 104 36 22 507 74 66
Binary 11010000 1000010 10010001 0 1000100 11110 10010 101000111 111100 110110

Color Harmonies of #D04291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04291

Black with #D04291

Text Example


Text Example

White with #D04291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04291; }

 p { color: rgb(208,66,145); }

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

background-color css

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

 a { background-color: rgb(208,66,145); }

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

border-color css

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

 span { border-color: rgb(208,66,145); }

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