Html Css Color HEX #D63CAB Mulberry

📋 copy color: '#D63CAB'

red 214 ◦ green 60 ◦ blue 171

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

Shades of Mulberry #D63CAB

Tints of Mulberry #D63CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.48%

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

R = 48.09%
G = 13.48%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D63CAB (or 0xD63CAB) is known color: Mulberry. HEX triplet: D6, 3C and AB. RGB value is (214,60,171). Sum of RGB (Red+Green+Blue) = 214+60+171=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63CAB is #29C354. Grayscale: #767676. Windows color (decimal): -2736981 or 11222230. OLE color: 11222230.

HSL color Cylindrical-coordinate representation of color #D63CAB: hue angle of 316.75º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63CAB is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 171 -
CMYK 0 0.72 0.20 0.16
HSL 316.75º 0.65% 0.54% -
HSV(B) 316.75º 0.72% 0.84% -
XYZ 36.7 20.47 40.54 -
YUV 118.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 214 60 171 0 0.72 0.20 0.16 316.75 0.65 0.54
Hex D6 3C AB 0 48 14 10 13D 41 36
Octal 326 74 253 0 110 24 20 475 101 66
Binary 11010110 111100 10101011 0 1001000 10100 10000 100111101 1000001 110110

Color Harmonies of #D63CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CAB

Black with #D63CAB

Text Example


Text Example

White with #D63CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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