Html Css Color HEX #D64FA8 Mulberry

📋 copy color: '#D64FA8'

red 214 ◦ green 79 ◦ blue 168

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

Shades of Mulberry #D64FA8

Tints of Mulberry #D64FA8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.14%

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

R = 46.42%
G = 17.14%
B = 36.44%

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

#D64FA8 (or 0xD64FA8) is known color: Mulberry. HEX triplet: D6, 4F and A8. RGB value is (214,79,168). Sum of RGB (Red+Green+Blue) = 214+79+168=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64FA8 is #29B057. Grayscale: #818181. Windows color (decimal): -2732120 or 11030486. OLE color: 11030486.

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

Color convert

RGB 214 79 168 -
CMYK 0 0.63 0.21 0.16
HSL 320.44º 0.62% 0.57% -
HSV(B) 320.44º 0.63% 0.84% -
XYZ 37.6 22.72 39.45 -
YUV 129.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 214 79 168 0 0.63 0.21 0.16 320.44 0.62 0.57
Hex D6 4F A8 0 3F 15 10 140 3E 39
Octal 326 117 250 0 77 25 20 500 76 71
Binary 11010110 1001111 10101000 0 111111 10101 10000 101000000 111110 111001

Color Harmonies of #D64FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FA8

Black with #D64FA8

Text Example


Text Example

White with #D64FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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