Html Css Color HEX #D64FA1 Mulberry

📋 copy color: '#D64FA1'

red 214 ◦ green 79 ◦ blue 161

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

Shades of Mulberry #D64FA1

Tints of Mulberry #D64FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.46%

R = 47.14%
G = 17.4%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D64FA1 (or 0xD64FA1) is known color: Mulberry. HEX triplet: D6, 4F and A1. RGB value is (214,79,161). Sum of RGB (Red+Green+Blue) = 214+79+161=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64FA1 is #29B05E. Grayscale: #808080. Windows color (decimal): -2732127 or 10571734. OLE color: 10571734.

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

Color convert

RGB 214 79 161 -
CMYK 0 0.63 0.25 0.16
HSL 323.56º 0.62% 0.57% -
HSV(B) 323.56º 0.63% 0.84% -
XYZ 36.96 22.46 36.11 -
YUV 128.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 214 79 161 0 0.63 0.25 0.16 323.56 0.62 0.57
Hex D6 4F A1 0 3F 19 10 144 3E 39
Octal 326 117 241 0 77 31 20 504 76 71
Binary 11010110 1001111 10100001 0 111111 11001 10000 101000100 111110 111001

Color Harmonies of #D64FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FA1

Black with #D64FA1

Text Example


Text Example

White with #D64FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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