Html Css Color HEX #D04B9D Mulberry

📋 copy color: '#D04B9D'

red 208 ◦ green 75 ◦ blue 157

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

Shades of Mulberry #D04B9D

Tints of Mulberry #D04B9D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.05%

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 47.27%
G = 17.05%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D04B9D (or 0xD04B9D) is known color: Mulberry. HEX triplet: D0, 4B and 9D. RGB value is (208,75,157). Sum of RGB (Red+Green+Blue) = 208+75+157=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04B9D is #2FB462. Grayscale: #7B7B7B. Windows color (decimal): -3126371 or 10308560. OLE color: 10308560.

HSL color Cylindrical-coordinate representation of color #D04B9D: hue angle of 323.01º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04B9D is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 75 157 -
CMYK 0 0.64 0.25 0.18
HSL 323.01º 0.59% 0.55% -
HSV(B) 323.01º 0.64% 0.82% -
XYZ 34.61 20.88 34.1 -
YUV 124.12 146.56 187.83 -
System Red Green Blue C M Y K H S L
Decimal 208 75 157 0 0.64 0.25 0.18 323.01 0.59 0.55
Hex D0 4B 9D 0 40 19 12 143 3B 37
Octal 320 113 235 0 100 31 22 503 73 67
Binary 11010000 1001011 10011101 0 1000000 11001 10010 101000011 111011 110111

Color Harmonies of #D04B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B9D

Black with #D04B9D

Text Example


Text Example

White with #D04B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B9D; }

 p { color: rgb(208,75,157); }

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

background-color css

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

 a { background-color: rgb(208,75,157); }

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

border-color css

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

 span { border-color: rgb(208,75,157); }

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