Html Css Color HEX #D954A2 Mulberry

📋 copy color: '#D954A2'

red 217 ◦ green 84 ◦ blue 162

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

Shades of Mulberry #D954A2

Tints of Mulberry #D954A2

RGB

 RED value IS 217 (85.16% from 255) = 46.87%

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

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 46.87%
G = 18.14%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D954A2 (or 0xD954A2) is known color: Mulberry. HEX triplet: D9, 54 and A2. RGB value is (217,84,162). Sum of RGB (Red+Green+Blue) = 217+84+162=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D954A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954A2 is #26AB5D. Grayscale: #848484. Windows color (decimal): -2534238 or 10638553. OLE color: 10638553.

HSL color Cylindrical-coordinate representation of color #D954A2: hue angle of 324.81º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D954A2 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 162 -
CMYK 0 0.61 0.25 0.15
HSL 324.81º 0.64% 0.59% -
HSV(B) 324.81º 0.61% 0.85% -
XYZ 38.31 23.7 36.74 -
YUV 132.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 217 84 162 0 0.61 0.25 0.15 324.81 0.64 0.59
Hex D9 54 A2 0 3D 19 F 145 40 3B
Octal 331 124 242 0 75 31 17 505 100 73
Binary 11011001 1010100 10100010 0 111101 11001 1111 101000101 1000000 111011

Color Harmonies of #D954A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954A2

Black with #D954A2

Text Example


Text Example

White with #D954A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954A2; }

 p { color: rgb(217,84,162); }

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

background-color css

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

 a { background-color: rgb(217,84,162); }

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

border-color css

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

 span { border-color: rgb(217,84,162); }

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