Html Css Color HEX #D04491 Mulberry

📋 copy color: '#D04491'

red 208 ◦ green 68 ◦ blue 145

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

Shades of Mulberry #D04491

Tints of Mulberry #D04491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.15%

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

R = 49.41%
G = 16.15%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D04491 (or 0xD04491) is known color: Mulberry. HEX triplet: D0, 44 and 91. RGB value is (208,68,145). Sum of RGB (Red+Green+Blue) = 208+68+145=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D04491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04491 is #2FBB6E. Grayscale: #767676. Windows color (decimal): -3128175 or 9520336. OLE color: 9520336.

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

Color convert

RGB 208 68 145 -
CMYK 0 0.67 0.30 0.18
HSL 327º 0.6% 0.54% -
HSV(B) 327º 0.67% 0.82% -
XYZ 33.19 19.59 28.82 -
YUV 118.64 142.88 191.74 -
System Red Green Blue C M Y K H S L
Decimal 208 68 145 0 0.67 0.30 0.18 327 0.6 0.54
Hex D0 44 91 0 43 1E 12 147 3C 36
Octal 320 104 221 0 103 36 22 507 74 66
Binary 11010000 1000100 10010001 0 1000011 11110 10010 101000111 111100 110110

Color Harmonies of #D04491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04491

Black with #D04491

Text Example


Text Example

White with #D04491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04491; }

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

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

background-color css

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

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

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

border-color css

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

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

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