Html Css Color HEX #D651A0 Mulberry

📋 copy color: '#D651A0'

red 214 ◦ green 81 ◦ blue 160

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

Shades of Mulberry #D651A0

Tints of Mulberry #D651A0

RGB

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

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

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

R = 47.03%
G = 17.8%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D651A0 (or 0xD651A0) is known color: Mulberry. HEX triplet: D6, 51 and A0. RGB value is (214,81,160). Sum of RGB (Red+Green+Blue) = 214+81+160=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D651A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D651A0 is #29AE5F. Grayscale: #818181. Windows color (decimal): -2731616 or 10506710. OLE color: 10506710.

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

Color convert

RGB 214 81 160 -
CMYK 0 0.62 0.25 0.16
HSL 324.36º 0.62% 0.58% -
HSV(B) 324.36º 0.62% 0.84% -
XYZ 37.02 22.72 35.69 -
YUV 129.77 145.06 188.08 -
System Red Green Blue C M Y K H S L
Decimal 214 81 160 0 0.62 0.25 0.16 324.36 0.62 0.58
Hex D6 51 A0 0 3E 19 10 144 3E 3A
Octal 326 121 240 0 76 31 20 504 76 72
Binary 11010110 1010001 10100000 0 111110 11001 10000 101000100 111110 111010

Color Harmonies of #D651A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D651A0

Black with #D651A0

Text Example


Text Example

White with #D651A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D651A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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