Html Css Color HEX #D04094 Mulberry

📋 copy color: '#D04094'

red 208 ◦ green 64 ◦ blue 148

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

Shades of Mulberry #D04094

Tints of Mulberry #D04094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 49.52%
G = 15.24%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D04094 (or 0xD04094) is known color: Mulberry. HEX triplet: D0, 40 and 94. RGB value is (208,64,148). Sum of RGB (Red+Green+Blue) = 208+64+148=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D04094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04094 is #2FBF6B. Grayscale: #747474. Windows color (decimal): -3129196 or 9715920. OLE color: 9715920.

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

Color convert

RGB 208 64 148 -
CMYK 0 0.69 0.29 0.18
HSL 325º 0.61% 0.53% -
HSV(B) 325º 0.69% 0.82% -
XYZ 33.19 19.21 29.98 -
YUV 116.63 145.71 193.17 -
System Red Green Blue C M Y K H S L
Decimal 208 64 148 0 0.69 0.29 0.18 325 0.61 0.53
Hex D0 40 94 0 45 1D 12 145 3D 35
Octal 320 100 224 0 105 35 22 505 75 65
Binary 11010000 1000000 10010100 0 1000101 11101 10010 101000101 111101 110101

Color Harmonies of #D04094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04094

Black with #D04094

Text Example


Text Example

White with #D04094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04094; }

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

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

background-color css

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

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

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

border-color css

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

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

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