Html Css Color HEX #D758A8 Mulberry

📋 copy color: '#D758A8'

red 215 ◦ green 88 ◦ blue 168

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

Shades of Mulberry #D758A8

Tints of Mulberry #D758A8

RGB

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

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

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

R = 45.65%
G = 18.68%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D758A8 (or 0xD758A8) is known color: Mulberry. HEX triplet: D7, 58 and A8. RGB value is (215,88,168). Sum of RGB (Red+Green+Blue) = 215+88+168=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D758A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D758A8 is #28A757. Grayscale: #868686. Windows color (decimal): -2664280 or 11032791. OLE color: 11032791.

HSL color Cylindrical-coordinate representation of color #D758A8: hue angle of 322.2º 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 #D758A8 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 88 168 -
CMYK 0 0.59 0.22 0.16
HSL 322.2º 0.61% 0.59% -
HSV(B) 322.2º 0.59% 0.84% -
XYZ 38.58 24.25 39.69 -
YUV 135.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 215 88 168 0 0.59 0.22 0.16 322.2 0.61 0.59
Hex D7 58 A8 0 3B 16 10 142 3D 3B
Octal 327 130 250 0 73 26 20 502 75 73
Binary 11010111 1011000 10101000 0 111011 10110 10000 101000010 111101 111011

Color Harmonies of #D758A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D758A8

Black with #D758A8

Text Example


Text Example

White with #D758A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D758A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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