Html Css Color HEX #D0538B Mulberry

📋 copy color: '#D0538B'

red 208 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #D0538B

Tints of Mulberry #D0538B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.3%

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 48.37%
G = 19.3%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0538B (or 0xD0538B) is known color: Mulberry. HEX triplet: D0, 53 and 8B. RGB value is (208,83,139). Sum of RGB (Red+Green+Blue) = 208+83+139=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0538B is #2FAC74. Grayscale: #7E7E7E. Windows color (decimal): -3124341 or 9130960. OLE color: 9130960.

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

Color convert

RGB 208 83 139 -
CMYK 0 0.60 0.33 0.18
HSL 333.12º 0.57% 0.57% -
HSV(B) 333.12º 0.6% 0.82% -
XYZ 33.77 21.46 26.79 -
YUV 126.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 208 83 139 0 0.60 0.33 0.18 333.12 0.57 0.57
Hex D0 53 8B 0 3C 21 12 14D 39 39
Octal 320 123 213 0 74 41 22 515 71 71
Binary 11010000 1010011 10001011 0 111100 100001 10010 101001101 111001 111001

Color Harmonies of #D0538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0538B

Black with #D0538B

Text Example


Text Example

White with #D0538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0538B; }

 p { color: rgb(208,83,139); }

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

background-color css

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

 a { background-color: rgb(208,83,139); }

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

border-color css

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

 span { border-color: rgb(208,83,139); }

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