Html Css Color HEX #D63FA9 Mulberry

📋 copy color: '#D63FA9'

red 214 ◦ green 63 ◦ blue 169

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

Shades of Mulberry #D63FA9

Tints of Mulberry #D63FA9

RGB

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

 GREEN value IS 63 (25% from 255) = 14.13%

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 47.98%
G = 14.13%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D63FA9 (or 0xD63FA9) is known color: Mulberry. HEX triplet: D6, 3F and A9. RGB value is (214,63,169). Sum of RGB (Red+Green+Blue) = 214+63+169=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63FA9 is #29C056. Grayscale: #777777. Windows color (decimal): -2736215 or 11091926. OLE color: 11091926.

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

Color convert

RGB 214 63 169 -
CMYK 0 0.71 0.21 0.16
HSL 317.88º 0.65% 0.54% -
HSV(B) 317.88º 0.71% 0.84% -
XYZ 36.67 20.72 39.6 -
YUV 120.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 214 63 169 0 0.71 0.21 0.16 317.88 0.65 0.54
Hex D6 3F A9 0 47 15 10 13E 41 36
Octal 326 77 251 0 107 25 20 476 101 66
Binary 11010110 111111 10101001 0 1000111 10101 10000 100111110 1000001 110110

Color Harmonies of #D63FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FA9

Black with #D63FA9

Text Example


Text Example

White with #D63FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FA9; }

 p { color: rgb(214,63,169); }

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

background-color css

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

 a { background-color: rgb(214,63,169); }

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

border-color css

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

 span { border-color: rgb(214,63,169); }

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