Html Css Color HEX #D755A6 Mulberry

📋 copy color: '#D755A6'

red 215 ◦ green 85 ◦ blue 166

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

Shades of Mulberry #D755A6

Tints of Mulberry #D755A6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.24%

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 46.14%
G = 18.24%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D755A6 (or 0xD755A6) is known color: Mulberry. HEX triplet: D7, 55 and A6. RGB value is (215,85,166). Sum of RGB (Red+Green+Blue) = 215+85+166=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D755A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D755A6 is #28AA59. Grayscale: #848484. Windows color (decimal): -2665050 or 10900951. OLE color: 10900951.

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

Color convert

RGB 215 85 166 -
CMYK 0 0.60 0.23 0.16
HSL 322.62º 0.62% 0.59% -
HSV(B) 322.62º 0.6% 0.84% -
XYZ 38.16 23.7 38.64 -
YUV 133.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 215 85 166 0 0.60 0.23 0.16 322.62 0.62 0.59
Hex D7 55 A6 0 3C 17 10 143 3E 3B
Octal 327 125 246 0 74 27 20 503 76 73
Binary 11010111 1010101 10100110 0 111100 10111 10000 101000011 111110 111011

Color Harmonies of #D755A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D755A6

Black with #D755A6

Text Example


Text Example

White with #D755A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D755A6; }

 p { color: rgb(215,85,166); }

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

background-color css

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

 a { background-color: rgb(215,85,166); }

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

border-color css

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

 span { border-color: rgb(215,85,166); }

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