Html Css Color HEX #D758A1 Mulberry

📋 copy color: '#D758A1'

red 215 ◦ green 88 ◦ blue 161

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

Shades of Mulberry #D758A1

Tints of Mulberry #D758A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.7%

R = 46.34%
G = 18.97%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D758A1 (or 0xD758A1) is known color: Mulberry. HEX triplet: D7, 58 and A1. RGB value is (215,88,161). Sum of RGB (Red+Green+Blue) = 215+88+161=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D758A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D758A1 is #28A75E. Grayscale: #868686. Windows color (decimal): -2664287 or 10574039. OLE color: 10574039.

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

Color convert

RGB 215 88 161 -
CMYK 0 0.59 0.25 0.16
HSL 325.51º 0.61% 0.59% -
HSV(B) 325.51º 0.59% 0.84% -
XYZ 37.95 24 36.35 -
YUV 134.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 215 88 161 0 0.59 0.25 0.16 325.51 0.61 0.59
Hex D7 58 A1 0 3B 19 10 146 3D 3B
Octal 327 130 241 0 73 31 20 506 75 73
Binary 11010111 1011000 10100001 0 111011 11001 10000 101000110 111101 111011

Color Harmonies of #D758A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D758A1

Black with #D758A1

Text Example


Text Example

White with #D758A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D758A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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