Html Css Color HEX #D63DA6 Mulberry

📋 copy color: '#D63DA6'

red 214 ◦ green 61 ◦ blue 166

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

Shades of Mulberry #D63DA6

Tints of Mulberry #D63DA6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.83%

 BLUE value IS 166 (65.23% from 255) = 37.64%

R = 48.53%
G = 13.83%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D63DA6 (or 0xD63DA6) is known color: Mulberry. HEX triplet: D6, 3D and A6. RGB value is (214,61,166). Sum of RGB (Red+Green+Blue) = 214+61+166=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DA6 is #29C259. Grayscale: #767676. Windows color (decimal): -2736730 or 10894806. OLE color: 10894806.

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

Color convert

RGB 214 61 166 -
CMYK 0 0.71 0.22 0.16
HSL 318.82º 0.65% 0.54% -
HSV(B) 318.82º 0.71% 0.84% -
XYZ 36.28 20.39 38.1 -
YUV 118.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 214 61 166 0 0.71 0.22 0.16 318.82 0.65 0.54
Hex D6 3D A6 0 47 16 10 13F 41 36
Octal 326 75 246 0 107 26 20 477 101 66
Binary 11010110 111101 10100110 0 1000111 10110 10000 100111111 1000001 110110

Color Harmonies of #D63DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DA6

Black with #D63DA6

Text Example


Text Example

White with #D63DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DA6; }

 p { color: rgb(214,61,166); }

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

background-color css

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

 a { background-color: rgb(214,61,166); }

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

border-color css

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

 span { border-color: rgb(214,61,166); }

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