Html Css Color HEX #D63FAB Mulberry

📋 copy color: '#D63FAB'

red 214 ◦ green 63 ◦ blue 171

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

Shades of Mulberry #D63FAB

Tints of Mulberry #D63FAB

RGB

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

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

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

R = 47.77%
G = 14.06%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D63FAB (or 0xD63FAB) is known color: Mulberry. HEX triplet: D6, 3F and AB. RGB value is (214,63,171). Sum of RGB (Red+Green+Blue) = 214+63+171=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63FAB is #29C054. Grayscale: #787878. Windows color (decimal): -2736213 or 11222998. OLE color: 11222998.

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

Color convert

RGB 214 63 171 -
CMYK 0 0.71 0.20 0.16
HSL 317.09º 0.65% 0.54% -
HSV(B) 317.09º 0.71% 0.84% -
XYZ 36.86 20.79 40.6 -
YUV 120.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 214 63 171 0 0.71 0.20 0.16 317.09 0.65 0.54
Hex D6 3F AB 0 47 14 10 13D 41 36
Octal 326 77 253 0 107 24 20 475 101 66
Binary 11010110 111111 10101011 0 1000111 10100 10000 100111101 1000001 110110

Color Harmonies of #D63FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FAB

Black with #D63FAB

Text Example


Text Example

White with #D63FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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