Html Css Color HEX #D04091 Mulberry

📋 copy color: '#D04091'

red 208 ◦ green 64 ◦ blue 145

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

Shades of Mulberry #D04091

Tints of Mulberry #D04091

RGB

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

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

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

R = 49.88%
G = 15.35%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D04091 (or 0xD04091) is known color: Mulberry. HEX triplet: D0, 40 and 91. RGB value is (208,64,145). Sum of RGB (Red+Green+Blue) = 208+64+145=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D04091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04091 is #2FBF6E. Grayscale: #747474. Windows color (decimal): -3129199 or 9519312. OLE color: 9519312.

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

Color convert

RGB 208 64 145 -
CMYK 0 0.69 0.30 0.18
HSL 326.25º 0.61% 0.53% -
HSV(B) 326.25º 0.69% 0.82% -
XYZ 32.96 19.12 28.74 -
YUV 116.29 144.21 193.41 -
System Red Green Blue C M Y K H S L
Decimal 208 64 145 0 0.69 0.30 0.18 326.25 0.61 0.53
Hex D0 40 91 0 45 1E 12 146 3D 35
Octal 320 100 221 0 105 36 22 506 75 65
Binary 11010000 1000000 10010001 0 1000101 11110 10010 101000110 111101 110101

Color Harmonies of #D04091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04091

Black with #D04091

Text Example


Text Example

White with #D04091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04091; }

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

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

background-color css

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

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

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

border-color css

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

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

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