Html Css Color HEX #D63EA2 Mulberry

📋 copy color: '#D63EA2'

red 214 ◦ green 62 ◦ blue 162

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

Shades of Mulberry #D63EA2

Tints of Mulberry #D63EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.99%

R = 48.86%
G = 14.16%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D63EA2 (or 0xD63EA2) is known color: Mulberry. HEX triplet: D6, 3E and A2. RGB value is (214,62,162). Sum of RGB (Red+Green+Blue) = 214+62+162=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63EA2 is #29C15D. Grayscale: #767676. Windows color (decimal): -2736478 or 10632918. OLE color: 10632918.

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

Color convert

RGB 214 62 162 -
CMYK 0 0.71 0.24 0.16
HSL 320.53º 0.65% 0.54% -
HSV(B) 320.53º 0.71% 0.84% -
XYZ 35.98 20.35 36.21 -
YUV 118.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 214 62 162 0 0.71 0.24 0.16 320.53 0.65 0.54
Hex D6 3E A2 0 47 18 10 141 41 36
Octal 326 76 242 0 107 30 20 501 101 66
Binary 11010110 111110 10100010 0 1000111 11000 10000 101000001 1000001 110110

Color Harmonies of #D63EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EA2

Black with #D63EA2

Text Example


Text Example

White with #D63EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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