Html Css Color HEX #D357A8 Mulberry

📋 copy color: '#D357A8'

red 211 ◦ green 87 ◦ blue 168

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

Shades of Mulberry #D357A8

Tints of Mulberry #D357A8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.67%

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 45.28%
G = 18.67%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D357A8 (or 0xD357A8) is known color: Mulberry. HEX triplet: D3, 57 and A8. RGB value is (211,87,168). Sum of RGB (Red+Green+Blue) = 211+87+168=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D357A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D357A8 is #2CA857. Grayscale: #858585. Windows color (decimal): -2926680 or 11032531. OLE color: 11032531.

HSL color Cylindrical-coordinate representation of color #D357A8: hue angle of 320.81º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D357A8 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 87 168 -
CMYK 0 0.59 0.20 0.17
HSL 320.81º 0.58% 0.58% -
HSV(B) 320.81º 0.59% 0.83% -
XYZ 37.34 23.49 39.61 -
YUV 133.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 211 87 168 0 0.59 0.20 0.17 320.81 0.58 0.58
Hex D3 57 A8 0 3B 14 11 141 3A 3A
Octal 323 127 250 0 73 24 21 501 72 72
Binary 11010011 1010111 10101000 0 111011 10100 10001 101000001 111010 111010

Color Harmonies of #D357A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D357A8

Black with #D357A8

Text Example


Text Example

White with #D357A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D357A8; }

 p { color: rgb(211,87,168); }

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

background-color css

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

 a { background-color: rgb(211,87,168); }

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

border-color css

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

 span { border-color: rgb(211,87,168); }

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