Html Css Color HEX #D650AB Mulberry

📋 copy color: '#D650AB'

red 214 ◦ green 80 ◦ blue 171

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

Shades of Mulberry #D650AB

Tints of Mulberry #D650AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 46.02%
G = 17.2%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D650AB (or 0xD650AB) is known color: Mulberry. HEX triplet: D6, 50 and AB. RGB value is (214,80,171). Sum of RGB (Red+Green+Blue) = 214+80+171=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D650AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D650AB is #29AF54. Grayscale: #828282. Windows color (decimal): -2731861 or 11227350. OLE color: 11227350.

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

Color convert

RGB 214 80 171 -
CMYK 0 0.63 0.20 0.16
HSL 319.25º 0.62% 0.58% -
HSV(B) 319.25º 0.63% 0.84% -
XYZ 37.95 22.97 40.96 -
YUV 130.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 214 80 171 0 0.63 0.20 0.16 319.25 0.62 0.58
Hex D6 50 AB 0 3F 14 10 13F 3E 3A
Octal 326 120 253 0 77 24 20 477 76 72
Binary 11010110 1010000 10101011 0 111111 10100 10000 100111111 111110 111010

Color Harmonies of #D650AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650AB

Black with #D650AB

Text Example


Text Example

White with #D650AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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