Html Css Color HEX #D63CAA Mulberry

📋 copy color: '#D63CAA'

red 214 ◦ green 60 ◦ blue 170

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

Shades of Mulberry #D63CAA

Tints of Mulberry #D63CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 48.2%
G = 13.51%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D63CAA (or 0xD63CAA) is known color: Mulberry. HEX triplet: D6, 3C and AA. RGB value is (214,60,170). Sum of RGB (Red+Green+Blue) = 214+60+170=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63CAA is #29C355. Grayscale: #767676. Windows color (decimal): -2736982 or 11156694. OLE color: 11156694.

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

Color convert

RGB 214 60 170 -
CMYK 0 0.72 0.21 0.16
HSL 317.14º 0.65% 0.54% -
HSV(B) 317.14º 0.72% 0.84% -
XYZ 36.6 20.43 40.04 -
YUV 118.59 157.02 196.06 -
System Red Green Blue C M Y K H S L
Decimal 214 60 170 0 0.72 0.21 0.16 317.14 0.65 0.54
Hex D6 3C AA 0 48 15 10 13D 41 36
Octal 326 74 252 0 110 25 20 475 101 66
Binary 11010110 111100 10101010 0 1001000 10101 10000 100111101 1000001 110110

Color Harmonies of #D63CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CAA

Black with #D63CAA

Text Example


Text Example

White with #D63CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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