Html Css Color HEX #D754A8 Mulberry

📋 copy color: '#D754A8'

red 215 ◦ green 84 ◦ blue 168

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

Shades of Mulberry #D754A8

Tints of Mulberry #D754A8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.99%

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

R = 46.04%
G = 17.99%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D754A8 (or 0xD754A8) is known color: Mulberry. HEX triplet: D7, 54 and A8. RGB value is (215,84,168). Sum of RGB (Red+Green+Blue) = 215+84+168=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D754A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D754A8 is #28AB57. Grayscale: #848484. Windows color (decimal): -2665304 or 11031767. OLE color: 11031767.

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

Color convert

RGB 215 84 168 -
CMYK 0 0.61 0.22 0.16
HSL 321.53º 0.62% 0.59% -
HSV(B) 321.53º 0.61% 0.84% -
XYZ 38.26 23.61 39.59 -
YUV 132.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 215 84 168 0 0.61 0.22 0.16 321.53 0.62 0.59
Hex D7 54 A8 0 3D 16 10 142 3E 3B
Octal 327 124 250 0 75 26 20 502 76 73
Binary 11010111 1010100 10101000 0 111101 10110 10000 101000010 111110 111011

Color Harmonies of #D754A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D754A8

Black with #D754A8

Text Example


Text Example

White with #D754A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D754A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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