Html Css Color HEX #D63EA5 Mulberry

📋 copy color: '#D63EA5'

red 214 ◦ green 62 ◦ blue 165

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

Shades of Mulberry #D63EA5

Tints of Mulberry #D63EA5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.06%

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 48.53%
G = 14.06%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D63EA5 (or 0xD63EA5) is known color: Mulberry. HEX triplet: D6, 3E and A5. RGB value is (214,62,165). Sum of RGB (Red+Green+Blue) = 214+62+165=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63EA5 is #29C15A. Grayscale: #767676. Windows color (decimal): -2736475 or 10829526. OLE color: 10829526.

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

Color convert

RGB 214 62 165 -
CMYK 0 0.71 0.23 0.16
HSL 319.34º 0.65% 0.54% -
HSV(B) 319.34º 0.71% 0.84% -
XYZ 36.25 20.46 37.64 -
YUV 119.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 214 62 165 0 0.71 0.23 0.16 319.34 0.65 0.54
Hex D6 3E A5 0 47 17 10 13F 41 36
Octal 326 76 245 0 107 27 20 477 101 66
Binary 11010110 111110 10100101 0 1000111 10111 10000 100111111 1000001 110110

Color Harmonies of #D63EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EA5

Black with #D63EA5

Text Example


Text Example

White with #D63EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EA5; }

 p { color: rgb(214,62,165); }

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

background-color css

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

 a { background-color: rgb(214,62,165); }

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

border-color css

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

 span { border-color: rgb(214,62,165); }

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