Html Css Color HEX #D654AB Mulberry

📋 copy color: '#D654AB'

red 214 ◦ green 84 ◦ blue 171

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

Shades of Mulberry #D654AB

Tints of Mulberry #D654AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.91%

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

R = 45.63%
G = 17.91%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D654AB (or 0xD654AB) is known color: Mulberry. HEX triplet: D6, 54 and AB. RGB value is (214,84,171). Sum of RGB (Red+Green+Blue) = 214+84+171=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D654AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D654AB is #29AB54. Grayscale: #848484. Windows color (decimal): -2730837 or 11228374. OLE color: 11228374.

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

Color convert

RGB 214 84 171 -
CMYK 0 0.61 0.20 0.16
HSL 319.85º 0.61% 0.58% -
HSV(B) 319.85º 0.61% 0.84% -
XYZ 38.25 23.58 41.06 -
YUV 132.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 214 84 171 0 0.61 0.20 0.16 319.85 0.61 0.58
Hex D6 54 AB 0 3D 14 10 140 3D 3A
Octal 326 124 253 0 75 24 20 500 75 72
Binary 11010110 1010100 10101011 0 111101 10100 10000 101000000 111101 111010

Color Harmonies of #D654AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D654AB

Black with #D654AB

Text Example


Text Example

White with #D654AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D654AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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