Html Css Color HEX #D649AB Mulberry

📋 copy color: '#D649AB'

red 214 ◦ green 73 ◦ blue 171

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

Shades of Mulberry #D649AB

Tints of Mulberry #D649AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.94%

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

R = 46.72%
G = 15.94%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D649AB (or 0xD649AB) is known color: Mulberry. HEX triplet: D6, 49 and AB. RGB value is (214,73,171). Sum of RGB (Red+Green+Blue) = 214+73+171=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D649AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649AB is #29B654. Grayscale: #7E7E7E. Windows color (decimal): -2733653 or 11225558. OLE color: 11225558.

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

Color convert

RGB 214 73 171 -
CMYK 0 0.66 0.20 0.16
HSL 318.3º 0.63% 0.56% -
HSV(B) 318.3º 0.66% 0.84% -
XYZ 37.46 22 40.8 -
YUV 126.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 214 73 171 0 0.66 0.20 0.16 318.3 0.63 0.56
Hex D6 49 AB 0 42 14 10 13E 3F 38
Octal 326 111 253 0 102 24 20 476 77 70
Binary 11010110 1001001 10101011 0 1000010 10100 10000 100111110 111111 111000

Color Harmonies of #D649AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649AB

Black with #D649AB

Text Example


Text Example

White with #D649AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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