Html Css Color HEX #D038A5 Mulberry

📋 copy color: '#D038A5'

red 208 ◦ green 56 ◦ blue 165

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

Shades of Mulberry #D038A5

Tints of Mulberry #D038A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 48.48%
G = 13.05%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D038A5 (or 0xD038A5) is known color: Mulberry. HEX triplet: D0, 38 and A5. RGB value is (208,56,165). Sum of RGB (Red+Green+Blue) = 208+56+165=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D038A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D038A5 is #2FC75A. Grayscale: #717171. Windows color (decimal): -3131227 or 10827984. OLE color: 10827984.

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

Color convert

RGB 208 56 165 -
CMYK 0 0.73 0.21 0.18
HSL 316.97º 0.62% 0.52% -
HSV(B) 316.97º 0.73% 0.82% -
XYZ 34.22 18.95 37.45 -
YUV 113.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 208 56 165 0 0.73 0.21 0.18 316.97 0.62 0.52
Hex D0 38 A5 0 49 15 12 13D 3E 34
Octal 320 70 245 0 111 25 22 475 76 64
Binary 11010000 111000 10100101 0 1001001 10101 10010 100111101 111110 110100

Color Harmonies of #D038A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038A5

Black with #D038A5

Text Example


Text Example

White with #D038A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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