Html Css Color HEX #D64FA4 Mulberry

📋 copy color: '#D64FA4'

red 214 ◦ green 79 ◦ blue 164

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

Shades of Mulberry #D64FA4

Tints of Mulberry #D64FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.89%

R = 46.83%
G = 17.29%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D64FA4 (or 0xD64FA4) is known color: Mulberry. HEX triplet: D6, 4F and A4. RGB value is (214,79,164). Sum of RGB (Red+Green+Blue) = 214+79+164=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64FA4 is #29B05B. Grayscale: #808080. Windows color (decimal): -2732124 or 10768342. OLE color: 10768342.

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

Color convert

RGB 214 79 164 -
CMYK 0 0.63 0.23 0.16
HSL 322.22º 0.62% 0.57% -
HSV(B) 322.22º 0.63% 0.84% -
XYZ 37.23 22.57 37.52 -
YUV 129.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 214 79 164 0 0.63 0.23 0.16 322.22 0.62 0.57
Hex D6 4F A4 0 3F 17 10 142 3E 39
Octal 326 117 244 0 77 27 20 502 76 71
Binary 11010110 1001111 10100100 0 111111 10111 10000 101000010 111110 111001

Color Harmonies of #D64FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FA4

Black with #D64FA4

Text Example


Text Example

White with #D64FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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