Html Css Color HEX #D455AA Mulberry

📋 copy color: '#D455AA'

red 212 ◦ green 85 ◦ blue 170

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

Shades of Mulberry #D455AA

Tints of Mulberry #D455AA

RGB

 RED value IS 212 (83.2% from 255) = 45.4%

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 45.4%
G = 18.2%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D455AA (or 0xD455AA) is known color: Mulberry. HEX triplet: D4, 55 and AA. RGB value is (212,85,170). Sum of RGB (Red+Green+Blue) = 212+85+170=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D455AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D455AA is #2BAA55. Grayscale: #848484. Windows color (decimal): -2861654 or 11163092. OLE color: 11163092.

HSL color Cylindrical-coordinate representation of color #D455AA: hue angle of 319.84º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D455AA is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 85 170 -
CMYK 0 0.60 0.20 0.17
HSL 319.84º 0.6% 0.58% -
HSV(B) 319.84º 0.6% 0.83% -
XYZ 37.66 23.4 40.56 -
YUV 132.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 212 85 170 0 0.60 0.20 0.17 319.84 0.6 0.58
Hex D4 55 AA 0 3C 14 11 140 3C 3A
Octal 324 125 252 0 74 24 21 500 74 72
Binary 11010100 1010101 10101010 0 111100 10100 10001 101000000 111100 111010

Color Harmonies of #D455AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D455AA

Black with #D455AA

Text Example


Text Example

White with #D455AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D455AA; }

 p { color: rgb(212,85,170); }

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

background-color css

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

 a { background-color: rgb(212,85,170); }

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

border-color css

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

 span { border-color: rgb(212,85,170); }

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