Html Css Color HEX #D038AA Mulberry

📋 copy color: '#D038AA'

red 208 ◦ green 56 ◦ blue 170

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

Shades of Mulberry #D038AA

Tints of Mulberry #D038AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 47.93%
G = 12.9%
B = 39.17%

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

#D038AA (or 0xD038AA) is known color: Mulberry. HEX triplet: D0, 38 and AA. RGB value is (208,56,170). Sum of RGB (Red+Green+Blue) = 208+56+170=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D038AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D038AA is #2FC755. Grayscale: #727272. Windows color (decimal): -3131222 or 11155664. OLE color: 11155664.

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

Color convert

RGB 208 56 170 -
CMYK 0 0.73 0.18 0.18
HSL 315º 0.62% 0.52% -
HSV(B) 315º 0.73% 0.82% -
XYZ 34.68 19.14 39.9 -
YUV 114.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 208 56 170 0 0.73 0.18 0.18 315 0.62 0.52
Hex D0 38 AA 0 49 12 12 13B 3E 34
Octal 320 70 252 0 111 22 22 473 76 64
Binary 11010000 111000 10101010 0 1001001 10010 10010 100111011 111110 110100

Color Harmonies of #D038AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038AA

Black with #D038AA

Text Example


Text Example

White with #D038AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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