Html Css Color HEX #D63EA8 Mulberry

📋 copy color: '#D63EA8'

red 214 ◦ green 62 ◦ blue 168

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

Shades of Mulberry #D63EA8

Tints of Mulberry #D63EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.84%

R = 48.2%
G = 13.96%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D63EA8 (or 0xD63EA8) is known color: Mulberry. HEX triplet: D6, 3E and A8. RGB value is (214,62,168). Sum of RGB (Red+Green+Blue) = 214+62+168=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63EA8 is #29C157. Grayscale: #777777. Windows color (decimal): -2736472 or 11026134. OLE color: 11026134.

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

Color convert

RGB 214 62 168 -
CMYK 0 0.71 0.21 0.16
HSL 318.16º 0.65% 0.54% -
HSV(B) 318.16º 0.71% 0.84% -
XYZ 36.52 20.57 39.09 -
YUV 119.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 214 62 168 0 0.71 0.21 0.16 318.16 0.65 0.54
Hex D6 3E A8 0 47 15 10 13E 41 36
Octal 326 76 250 0 107 25 20 476 101 66
Binary 11010110 111110 10101000 0 1000111 10101 10000 100111110 1000001 110110

Color Harmonies of #D63EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EA8

Black with #D63EA8

Text Example


Text Example

White with #D63EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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