Html Css Color HEX #D651AA Mulberry

📋 copy color: '#D651AA'

red 214 ◦ green 81 ◦ blue 170

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

Shades of Mulberry #D651AA

Tints of Mulberry #D651AA

RGB

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

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

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

R = 46.02%
G = 17.42%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D651AA (or 0xD651AA) is known color: Mulberry. HEX triplet: D6, 51 and AA. RGB value is (214,81,170). Sum of RGB (Red+Green+Blue) = 214+81+170=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D651AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D651AA is #29AE55. Grayscale: #828282. Windows color (decimal): -2731606 or 11162070. OLE color: 11162070.

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

Color convert

RGB 214 81 170 -
CMYK 0 0.62 0.21 0.16
HSL 319.85º 0.62% 0.58% -
HSV(B) 319.85º 0.62% 0.84% -
XYZ 37.93 23.08 40.49 -
YUV 130.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 214 81 170 0 0.62 0.21 0.16 319.85 0.62 0.58
Hex D6 51 AA 0 3E 15 10 140 3E 3A
Octal 326 121 252 0 76 25 20 500 76 72
Binary 11010110 1010001 10101010 0 111110 10101 10000 101000000 111110 111010

Color Harmonies of #D651AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D651AA

Black with #D651AA

Text Example


Text Example

White with #D651AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D651AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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