Html Css Color HEX #D63FA1 Mulberry

📋 copy color: '#D63FA1'

red 214 ◦ green 63 ◦ blue 161

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

Shades of Mulberry #D63FA1

Tints of Mulberry #D63FA1

RGB

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

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

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

R = 48.86%
G = 14.38%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D63FA1 (or 0xD63FA1) is known color: Mulberry. HEX triplet: D6, 3F and A1. RGB value is (214,63,161). Sum of RGB (Red+Green+Blue) = 214+63+161=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63FA1 is #29C05E. Grayscale: #777777. Windows color (decimal): -2736223 or 10567638. OLE color: 10567638.

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

Color convert

RGB 214 63 161 -
CMYK 0 0.71 0.25 0.16
HSL 321.06º 0.65% 0.54% -
HSV(B) 321.06º 0.71% 0.84% -
XYZ 35.94 20.42 35.77 -
YUV 119.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 214 63 161 0 0.71 0.25 0.16 321.06 0.65 0.54
Hex D6 3F A1 0 47 19 10 141 41 36
Octal 326 77 241 0 107 31 20 501 101 66
Binary 11010110 111111 10100001 0 1000111 11001 10000 101000001 1000001 110110

Color Harmonies of #D63FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FA1

Black with #D63FA1

Text Example


Text Example

White with #D63FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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