Html Css Color HEX #DE519C Mulberry

📋 copy color: '#DE519C'

red 222 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #DE519C

Tints of Mulberry #DE519C

RGB

 RED value IS 222 (87.11% from 255) = 48.37%

 GREEN value IS 81 (32.03% from 255) = 17.65%

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 48.37%
G = 17.65%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE519C (or 0xDE519C) is known color: Mulberry. HEX triplet: DE, 51 and 9C. RGB value is (222,81,156). Sum of RGB (Red+Green+Blue) = 222+81+156=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE519C is #21AE63. Grayscale: #838383. Windows color (decimal): -2207332 or 10244574. OLE color: 10244574.

HSL color Cylindrical-coordinate representation of color #DE519C: hue angle of 328.09º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE519C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 81 156 -
CMYK 0 0.64 0.30 0.13
HSL 328.09º 0.68% 0.59% -
HSV(B) 328.09º 0.64% 0.87% -
XYZ 39.07 23.81 33.99 -
YUV 131.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 222 81 156 0 0.64 0.30 0.13 328.09 0.68 0.59
Hex DE 51 9C 0 40 1E D 148 44 3B
Octal 336 121 234 0 100 36 15 510 104 73
Binary 11011110 1010001 10011100 0 1000000 11110 1101 101001000 1000100 111011

Color Harmonies of #DE519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE519C

Black with #DE519C

Text Example


Text Example

White with #DE519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE519C; }

 p { color: rgb(222,81,156); }

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

background-color css

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

 a { background-color: rgb(222,81,156); }

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

border-color css

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

 span { border-color: rgb(222,81,156); }

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