Html Css Color HEX #D350A5 Mulberry

📋 copy color: '#D350A5'

red 211 ◦ green 80 ◦ blue 165

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

Shades of Mulberry #D350A5

Tints of Mulberry #D350A5

RGB

 RED value IS 211 (82.81% from 255) = 46.27%

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

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

R = 46.27%
G = 17.54%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D350A5 (or 0xD350A5) is known color: Mulberry. HEX triplet: D3, 50 and A5. RGB value is (211,80,165). Sum of RGB (Red+Green+Blue) = 211+80+165=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D350A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D350A5 is #2CAF5A. Grayscale: #808080. Windows color (decimal): -2928475 or 10834131. OLE color: 10834131.

HSL color Cylindrical-coordinate representation of color #D350A5: hue angle of 321.07º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D350A5 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 80 165 -
CMYK 0 0.62 0.22 0.17
HSL 321.07º 0.6% 0.57% -
HSV(B) 321.07º 0.62% 0.83% -
XYZ 36.52 22.3 37.98 -
YUV 128.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 211 80 165 0 0.62 0.22 0.17 321.07 0.6 0.57
Hex D3 50 A5 0 3E 16 11 141 3C 39
Octal 323 120 245 0 76 26 21 501 74 71
Binary 11010011 1010000 10100101 0 111110 10110 10001 101000001 111100 111001

Color Harmonies of #D350A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350A5

Black with #D350A5

Text Example


Text Example

White with #D350A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350A5; }

 p { color: rgb(211,80,165); }

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

background-color css

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

 a { background-color: rgb(211,80,165); }

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

border-color css

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

 span { border-color: rgb(211,80,165); }

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