Html Css Color HEX #D758AA Mulberry

📋 copy color: '#D758AA'

red 215 ◦ green 88 ◦ blue 170

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

Shades of Mulberry #D758AA

Tints of Mulberry #D758AA

RGB

 RED value IS 215 (84.38% from 255) = 45.45%

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

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

R = 45.45%
G = 18.6%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D758AA (or 0xD758AA) is known color: Mulberry. HEX triplet: D7, 58 and AA. RGB value is (215,88,170). Sum of RGB (Red+Green+Blue) = 215+88+170=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D758AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D758AA is #28A755. Grayscale: #878787. Windows color (decimal): -2664278 or 11163863. OLE color: 11163863.

HSL color Cylindrical-coordinate representation of color #D758AA: hue angle of 321.26º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D758AA is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 88 170 -
CMYK 0 0.59 0.21 0.16
HSL 321.26º 0.61% 0.59% -
HSV(B) 321.26º 0.59% 0.84% -
XYZ 38.77 24.33 40.68 -
YUV 135.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 215 88 170 0 0.59 0.21 0.16 321.26 0.61 0.59
Hex D7 58 AA 0 3B 15 10 141 3D 3B
Octal 327 130 252 0 73 25 20 501 75 73
Binary 11010111 1011000 10101010 0 111011 10101 10000 101000001 111101 111011

Color Harmonies of #D758AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D758AA

Black with #D758AA

Text Example


Text Example

White with #D758AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D758AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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