Html Css Color HEX #D755AC Mulberry

📋 copy color: '#D755AC'

red 215 ◦ green 85 ◦ blue 172

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

Shades of Mulberry #D755AC

Tints of Mulberry #D755AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 45.55%
G = 18.01%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D755AC (or 0xD755AC) is known color: Mulberry. HEX triplet: D7, 55 and AC. RGB value is (215,85,172). Sum of RGB (Red+Green+Blue) = 215+85+172=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D755AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D755AC is #28AA53. Grayscale: #858585. Windows color (decimal): -2665044 or 11294167. OLE color: 11294167.

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

Color convert

RGB 215 85 172 -
CMYK 0 0.60 0.2 0.16
HSL 319.85º 0.62% 0.59% -
HSV(B) 319.85º 0.6% 0.84% -
XYZ 38.72 23.92 41.61 -
YUV 133.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 215 85 172 0 0.60 0.2 0.16 319.85 0.62 0.59
Hex D7 55 AC 0 3C 14 10 140 3E 3B
Octal 327 125 254 0 74 24 20 500 76 73
Binary 11010111 1010101 10101100 0 111100 10100 10000 101000000 111110 111011

Color Harmonies of #D755AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D755AC

Black with #D755AC

Text Example


Text Example

White with #D755AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D755AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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