Html Css Color HEX #D050A2 Mulberry

📋 copy color: '#D050A2'

red 208 ◦ green 80 ◦ blue 162

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

Shades of Mulberry #D050A2

Tints of Mulberry #D050A2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.78%

 BLUE value IS 162 (63.67% from 255) = 36%

R = 46.22%
G = 17.78%
B = 36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D050A2 (or 0xD050A2) is known color: Mulberry. HEX triplet: D0, 50 and A2. RGB value is (208,80,162). Sum of RGB (Red+Green+Blue) = 208+80+162=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D050A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D050A2 is #2FAF5D. Grayscale: #7F7F7F. Windows color (decimal): -3125086 or 10637520. OLE color: 10637520.

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

Color convert

RGB 208 80 162 -
CMYK 0 0.62 0.22 0.18
HSL 321.56º 0.58% 0.56% -
HSV(B) 321.56º 0.62% 0.82% -
XYZ 35.4 21.76 36.52 -
YUV 127.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 208 80 162 0 0.62 0.22 0.18 321.56 0.58 0.56
Hex D0 50 A2 0 3E 16 12 142 3A 38
Octal 320 120 242 0 76 26 22 502 72 70
Binary 11010000 1010000 10100010 0 111110 10110 10010 101000010 111010 111000

Color Harmonies of #D050A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050A2

Black with #D050A2

Text Example


Text Example

White with #D050A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050A2; }

 p { color: rgb(208,80,162); }

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

background-color css

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

 a { background-color: rgb(208,80,162); }

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

border-color css

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

 span { border-color: rgb(208,80,162); }

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