Html Css Color HEX #D63FA8 Mulberry

📋 copy color: '#D63FA8'

red 214 ◦ green 63 ◦ blue 168

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

Shades of Mulberry #D63FA8

Tints of Mulberry #D63FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.75%

R = 48.09%
G = 14.16%
B = 37.75%

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

#D63FA8 (or 0xD63FA8) is known color: Mulberry. HEX triplet: D6, 3F and A8. RGB value is (214,63,168). Sum of RGB (Red+Green+Blue) = 214+63+168=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63FA8 is #29C057. Grayscale: #777777. Windows color (decimal): -2736216 or 11026390. OLE color: 11026390.

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

Color convert

RGB 214 63 168 -
CMYK 0 0.71 0.21 0.16
HSL 318.28º 0.65% 0.54% -
HSV(B) 318.28º 0.71% 0.84% -
XYZ 36.58 20.68 39.11 -
YUV 120.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 214 63 168 0 0.71 0.21 0.16 318.28 0.65 0.54
Hex D6 3F A8 0 47 15 10 13E 41 36
Octal 326 77 250 0 107 25 20 476 101 66
Binary 11010110 111111 10101000 0 1000111 10101 10000 100111110 1000001 110110

Color Harmonies of #D63FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FA8

Black with #D63FA8

Text Example


Text Example

White with #D63FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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