Html Css Color HEX #D04F9F Mulberry

📋 copy color: '#D04F9F'

red 208 ◦ green 79 ◦ blue 159

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

Shades of Mulberry #D04F9F

Tints of Mulberry #D04F9F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.71%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 46.64%
G = 17.71%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D04F9F (or 0xD04F9F) is known color: Mulberry. HEX triplet: D0, 4F and 9F. RGB value is (208,79,159). Sum of RGB (Red+Green+Blue) = 208+79+159=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F9F is #2FB060. Grayscale: #7E7E7E. Windows color (decimal): -3125345 or 10440656. OLE color: 10440656.

HSL color Cylindrical-coordinate representation of color #D04F9F: hue angle of 322.79º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04F9F is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 79 159 -
CMYK 0 0.62 0.24 0.18
HSL 322.79º 0.58% 0.56% -
HSV(B) 322.79º 0.62% 0.82% -
XYZ 35.07 21.51 35.1 -
YUV 126.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 208 79 159 0 0.62 0.24 0.18 322.79 0.58 0.56
Hex D0 4F 9F 0 3E 18 12 143 3A 38
Octal 320 117 237 0 76 30 22 503 72 70
Binary 11010000 1001111 10011111 0 111110 11000 10010 101000011 111010 111000

Color Harmonies of #D04F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F9F

Black with #D04F9F

Text Example


Text Example

White with #D04F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F9F; }

 p { color: rgb(208,79,159); }

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

background-color css

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

 a { background-color: rgb(208,79,159); }

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

border-color css

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

 span { border-color: rgb(208,79,159); }

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