Html Css Color HEX #D63FA3 Mulberry

📋 copy color: '#D63FA3'

red 214 ◦ green 63 ◦ blue 163

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

Shades of Mulberry #D63FA3

Tints of Mulberry #D63FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.05%

R = 48.64%
G = 14.32%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D63FA3 (or 0xD63FA3) is known color: Mulberry. HEX triplet: D6, 3F and A3. RGB value is (214,63,163). Sum of RGB (Red+Green+Blue) = 214+63+163=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63FA3 is #29C05C. Grayscale: #777777. Windows color (decimal): -2736221 or 10698710. OLE color: 10698710.

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

Color convert

RGB 214 63 163 -
CMYK 0 0.71 0.24 0.16
HSL 320.26º 0.65% 0.54% -
HSV(B) 320.26º 0.71% 0.84% -
XYZ 36.12 20.5 36.7 -
YUV 119.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 214 63 163 0 0.71 0.24 0.16 320.26 0.65 0.54
Hex D6 3F A3 0 47 18 10 140 41 36
Octal 326 77 243 0 107 30 20 500 101 66
Binary 11010110 111111 10100011 0 1000111 11000 10000 101000000 1000001 110110

Color Harmonies of #D63FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FA3

Black with #D63FA3

Text Example


Text Example

White with #D63FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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