Html Css Color HEX #D455A0 Mulberry

📋 copy color: '#D455A0'

red 212 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #D455A0

Tints of Mulberry #D455A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 46.39%
G = 18.6%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D455A0 (or 0xD455A0) is known color: Mulberry. HEX triplet: D4, 55 and A0. RGB value is (212,85,160). Sum of RGB (Red+Green+Blue) = 212+85+160=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D455A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D455A0 is #2BAA5F. Grayscale: #838383. Windows color (decimal): -2861664 or 10507732. OLE color: 10507732.

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

Color convert

RGB 212 85 160 -
CMYK 0 0.60 0.25 0.17
HSL 324.57º 0.6% 0.58% -
HSV(B) 324.57º 0.6% 0.83% -
XYZ 36.75 23.03 35.77 -
YUV 131.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 212 85 160 0 0.60 0.25 0.17 324.57 0.6 0.58
Hex D4 55 A0 0 3C 19 11 145 3C 3A
Octal 324 125 240 0 74 31 21 505 74 72
Binary 11010100 1010101 10100000 0 111100 11001 10001 101000101 111100 111010

Color Harmonies of #D455A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D455A0

Black with #D455A0

Text Example


Text Example

White with #D455A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D455A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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