Html Css Color HEX #D038A6 Mulberry

📋 copy color: '#D038A6'

red 208 ◦ green 56 ◦ blue 166

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

Shades of Mulberry #D038A6

Tints of Mulberry #D038A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 48.37%
G = 13.02%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D038A6 (or 0xD038A6) is known color: Mulberry. HEX triplet: D0, 38 and A6. RGB value is (208,56,166). Sum of RGB (Red+Green+Blue) = 208+56+166=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D038A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D038A6 is #2FC759. Grayscale: #717171. Windows color (decimal): -3131226 or 10893520. OLE color: 10893520.

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

Color convert

RGB 208 56 166 -
CMYK 0 0.73 0.20 0.18
HSL 316.58º 0.62% 0.52% -
HSV(B) 316.58º 0.73% 0.82% -
XYZ 34.31 18.99 37.93 -
YUV 113.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 208 56 166 0 0.73 0.20 0.18 316.58 0.62 0.52
Hex D0 38 A6 0 49 14 12 13D 3E 34
Octal 320 70 246 0 111 24 22 475 76 64
Binary 11010000 111000 10100110 0 1001001 10100 10010 100111101 111110 110100

Color Harmonies of #D038A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038A6

Black with #D038A6

Text Example


Text Example

White with #D038A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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