Html Css Color HEX #D358AA Mulberry

📋 copy color: '#D358AA'

red 211 ◦ green 88 ◦ blue 170

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

Shades of Mulberry #D358AA

Tints of Mulberry #D358AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.76%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 44.99%
G = 18.76%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D358AA (or 0xD358AA) is known color: Mulberry. HEX triplet: D3, 58 and AA. RGB value is (211,88,170). Sum of RGB (Red+Green+Blue) = 211+88+170=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D358AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D358AA is #2CA755. Grayscale: #858585. Windows color (decimal): -2926422 or 11163859. OLE color: 11163859.

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

Color convert

RGB 211 88 170 -
CMYK 0 0.58 0.19 0.17
HSL 320º 0.58% 0.59% -
HSV(B) 320º 0.58% 0.83% -
XYZ 37.61 23.73 40.63 -
YUV 134.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 211 88 170 0 0.58 0.19 0.17 320 0.58 0.59
Hex D3 58 AA 0 3A 13 11 140 3A 3B
Octal 323 130 252 0 72 23 21 500 72 73
Binary 11010011 1011000 10101010 0 111010 10011 10001 101000000 111010 111011

Color Harmonies of #D358AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358AA

Black with #D358AA

Text Example


Text Example

White with #D358AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358AA; }

 p { color: rgb(211,88,170); }

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

background-color css

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

 a { background-color: rgb(211,88,170); }

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

border-color css

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

 span { border-color: rgb(211,88,170); }

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