Html Css Color HEX #D451AA Mulberry

📋 copy color: '#D451AA'

red 212 ◦ green 81 ◦ blue 170

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

Shades of Mulberry #D451AA

Tints of Mulberry #D451AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.49%

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

R = 45.79%
G = 17.49%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D451AA (or 0xD451AA) is known color: Mulberry. HEX triplet: D4, 51 and AA. RGB value is (212,81,170). Sum of RGB (Red+Green+Blue) = 212+81+170=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D451AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D451AA is #2BAE55. Grayscale: #828282. Windows color (decimal): -2862678 or 11162068. OLE color: 11162068.

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

Color convert

RGB 212 81 170 -
CMYK 0 0.62 0.20 0.17
HSL 319.24º 0.6% 0.57% -
HSV(B) 319.24º 0.62% 0.83% -
XYZ 37.35 22.78 40.46 -
YUV 130.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 212 81 170 0 0.62 0.20 0.17 319.24 0.6 0.57
Hex D4 51 AA 0 3E 14 11 13F 3C 39
Octal 324 121 252 0 76 24 21 477 74 71
Binary 11010100 1010001 10101010 0 111110 10100 10001 100111111 111100 111001

Color Harmonies of #D451AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D451AA

Black with #D451AA

Text Example


Text Example

White with #D451AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D451AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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