Html Css Color HEX #D63DAC Mulberry

📋 copy color: '#D63DAC'

red 214 ◦ green 61 ◦ blue 172

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

Shades of Mulberry #D63DAC

Tints of Mulberry #D63DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 47.87%
G = 13.65%
B = 38.48%

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

#D63DAC (or 0xD63DAC) is known color: Mulberry. HEX triplet: D6, 3D and AC. RGB value is (214,61,172). Sum of RGB (Red+Green+Blue) = 214+61+172=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DAC is #29C253. Grayscale: #777777. Windows color (decimal): -2736724 or 11288022. OLE color: 11288022.

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

Color convert

RGB 214 61 172 -
CMYK 0 0.71 0.20 0.16
HSL 316.47º 0.65% 0.54% -
HSV(B) 316.47º 0.71% 0.84% -
XYZ 36.85 20.61 41.07 -
YUV 119.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 214 61 172 0 0.71 0.20 0.16 316.47 0.65 0.54
Hex D6 3D AC 0 47 14 10 13C 41 36
Octal 326 75 254 0 107 24 20 474 101 66
Binary 11010110 111101 10101100 0 1000111 10100 10000 100111100 1000001 110110

Color Harmonies of #D63DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DAC

Black with #D63DAC

Text Example


Text Example

White with #D63DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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