Html Css Color HEX #D038AB Mulberry

📋 copy color: '#D038AB'

red 208 ◦ green 56 ◦ blue 171

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

Shades of Mulberry #D038AB

Tints of Mulberry #D038AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.87%

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 47.82%
G = 12.87%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D038AB (or 0xD038AB) is known color: Mulberry. HEX triplet: D0, 38 and AB. RGB value is (208,56,171). Sum of RGB (Red+Green+Blue) = 208+56+171=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D038AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D038AB is #2FC754. Grayscale: #727272. Windows color (decimal): -3131221 or 11221200. OLE color: 11221200.

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

Color convert

RGB 208 56 171 -
CMYK 0 0.73 0.18 0.18
HSL 314.61º 0.62% 0.52% -
HSV(B) 314.61º 0.73% 0.82% -
XYZ 34.78 19.18 40.4 -
YUV 114.56 159.86 194.65 -
System Red Green Blue C M Y K H S L
Decimal 208 56 171 0 0.73 0.18 0.18 314.61 0.62 0.52
Hex D0 38 AB 0 49 12 12 13B 3E 34
Octal 320 70 253 0 111 22 22 473 76 64
Binary 11010000 111000 10101011 0 1001001 10010 10010 100111011 111110 110100

Color Harmonies of #D038AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038AB

Black with #D038AB

Text Example


Text Example

White with #D038AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038AB; }

 p { color: rgb(208,56,171); }

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

background-color css

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

 a { background-color: rgb(208,56,171); }

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

border-color css

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

 span { border-color: rgb(208,56,171); }

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