Html Css Color HEX #D64FAB Mulberry

📋 copy color: '#D64FAB'

red 214 ◦ green 79 ◦ blue 171

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

Shades of Mulberry #D64FAB

Tints of Mulberry #D64FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 46.12%
G = 17.03%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D64FAB (or 0xD64FAB) is known color: Mulberry. HEX triplet: D6, 4F and AB. RGB value is (214,79,171). Sum of RGB (Red+Green+Blue) = 214+79+171=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64FAB is #29B054. Grayscale: #818181. Windows color (decimal): -2732117 or 11227094. OLE color: 11227094.

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

Color convert

RGB 214 79 171 -
CMYK 0 0.63 0.20 0.16
HSL 319.11º 0.62% 0.57% -
HSV(B) 319.11º 0.63% 0.84% -
XYZ 37.88 22.83 40.94 -
YUV 129.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 214 79 171 0 0.63 0.20 0.16 319.11 0.62 0.57
Hex D6 4F AB 0 3F 14 10 13F 3E 39
Octal 326 117 253 0 77 24 20 477 76 71
Binary 11010110 1001111 10101011 0 111111 10100 10000 100111111 111110 111001

Color Harmonies of #D64FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FAB

Black with #D64FAB

Text Example


Text Example

White with #D64FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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