Html Css Color HEX #D64FAA Mulberry

📋 copy color: '#D64FAA'

red 214 ◦ green 79 ◦ blue 170

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

Shades of Mulberry #D64FAA

Tints of Mulberry #D64FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 46.22%
G = 17.06%
B = 36.72%

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

#D64FAA (or 0xD64FAA) is known color: Mulberry. HEX triplet: D6, 4F and AA. RGB value is (214,79,170). Sum of RGB (Red+Green+Blue) = 214+79+170=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64FAA is #29B055. Grayscale: #818181. Windows color (decimal): -2732118 or 11161558. OLE color: 11161558.

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

Color convert

RGB 214 79 170 -
CMYK 0 0.63 0.21 0.16
HSL 319.56º 0.62% 0.57% -
HSV(B) 319.56º 0.63% 0.84% -
XYZ 37.78 22.79 40.44 -
YUV 129.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 214 79 170 0 0.63 0.21 0.16 319.56 0.62 0.57
Hex D6 4F AA 0 3F 15 10 140 3E 39
Octal 326 117 252 0 77 25 20 500 76 71
Binary 11010110 1001111 10101010 0 111111 10101 10000 101000000 111110 111001

Color Harmonies of #D64FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FAA

Black with #D64FAA

Text Example


Text Example

White with #D64FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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