Html Css Color HEX #D654A8 Mulberry

📋 copy color: '#D654A8'

red 214 ◦ green 84 ◦ blue 168

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

Shades of Mulberry #D654A8

Tints of Mulberry #D654A8

RGB

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

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

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

R = 45.92%
G = 18.03%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D654A8 (or 0xD654A8) is known color: Mulberry. HEX triplet: D6, 54 and A8. RGB value is (214,84,168). Sum of RGB (Red+Green+Blue) = 214+84+168=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D654A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D654A8 is #29AB57. Grayscale: #848484. Windows color (decimal): -2730840 or 11031766. OLE color: 11031766.

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

Color convert

RGB 214 84 168 -
CMYK 0 0.61 0.21 0.16
HSL 321.23º 0.61% 0.58% -
HSV(B) 321.23º 0.61% 0.84% -
XYZ 37.97 23.46 39.57 -
YUV 132.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 214 84 168 0 0.61 0.21 0.16 321.23 0.61 0.58
Hex D6 54 A8 0 3D 15 10 141 3D 3A
Octal 326 124 250 0 75 25 20 501 75 72
Binary 11010110 1010100 10101000 0 111101 10101 10000 101000001 111101 111010

Color Harmonies of #D654A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D654A8

Black with #D654A8

Text Example


Text Example

White with #D654A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D654A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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