Html Css Color HEX #D654AC Mulberry

📋 copy color: '#D654AC'

red 214 ◦ green 84 ◦ blue 172

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

Shades of Mulberry #D654AC

Tints of Mulberry #D654AC

RGB

 RED value IS 214 (83.98% from 255) = 45.53%

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

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

R = 45.53%
G = 17.87%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D654AC (or 0xD654AC) is known color: Mulberry. HEX triplet: D6, 54 and AC. RGB value is (214,84,172). Sum of RGB (Red+Green+Blue) = 214+84+172=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D654AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D654AC is #29AB53. Grayscale: #848484. Windows color (decimal): -2730836 or 11293910. OLE color: 11293910.

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

Color convert

RGB 214 84 172 -
CMYK 0 0.61 0.20 0.16
HSL 319.38º 0.61% 0.58% -
HSV(B) 319.38º 0.61% 0.84% -
XYZ 38.35 23.62 41.57 -
YUV 132.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 214 84 172 0 0.61 0.20 0.16 319.38 0.61 0.58
Hex D6 54 AC 0 3D 14 10 13F 3D 3A
Octal 326 124 254 0 75 24 20 477 75 72
Binary 11010110 1010100 10101100 0 111101 10100 10000 100111111 111101 111010

Color Harmonies of #D654AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D654AC

Black with #D654AC

Text Example


Text Example

White with #D654AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D654AC; }

 p { color: rgb(214,84,172); }

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

background-color css

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

 a { background-color: rgb(214,84,172); }

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

border-color css

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

 span { border-color: rgb(214,84,172); }

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