Html Css Color HEX #D650A8 Mulberry

📋 copy color: '#D650A8'

red 214 ◦ green 80 ◦ blue 168

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

Shades of Mulberry #D650A8

Tints of Mulberry #D650A8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.32%

 BLUE value IS 168 (66.02% from 255) = 36.36%

R = 46.32%
G = 17.32%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D650A8 (or 0xD650A8) is known color: Mulberry. HEX triplet: D6, 50 and A8. RGB value is (214,80,168). Sum of RGB (Red+Green+Blue) = 214+80+168=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D650A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D650A8 is #29AF57. Grayscale: #818181. Windows color (decimal): -2731864 or 11030742. OLE color: 11030742.

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

Color convert

RGB 214 80 168 -
CMYK 0 0.63 0.21 0.16
HSL 320.6º 0.62% 0.58% -
HSV(B) 320.6º 0.63% 0.84% -
XYZ 37.67 22.86 39.47 -
YUV 130.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 214 80 168 0 0.63 0.21 0.16 320.6 0.62 0.58
Hex D6 50 A8 0 3F 15 10 141 3E 3A
Octal 326 120 250 0 77 25 20 501 76 72
Binary 11010110 1010000 10101000 0 111111 10101 10000 101000001 111110 111010

Color Harmonies of #D650A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650A8

Black with #D650A8

Text Example


Text Example

White with #D650A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650A8; }

 p { color: rgb(214,80,168); }

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

background-color css

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

 a { background-color: rgb(214,80,168); }

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

border-color css

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

 span { border-color: rgb(214,80,168); }

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