Html Css Color HEX #DE519B Mulberry

📋 copy color: '#DE519B'

red 222 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #DE519B

Tints of Mulberry #DE519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.84%

R = 48.47%
G = 17.69%
B = 33.84%

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

#DE519B (or 0xDE519B) is known color: Mulberry. HEX triplet: DE, 51 and 9B. RGB value is (222,81,155). Sum of RGB (Red+Green+Blue) = 222+81+155=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE519B is #21AE64. Grayscale: #838383. Windows color (decimal): -2207333 or 10179038. OLE color: 10179038.

HSL color Cylindrical-coordinate representation of color #DE519B: hue angle of 328.51º 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 #DE519B is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 81 155 -
CMYK 0 0.64 0.30 0.13
HSL 328.51º 0.68% 0.59% -
HSV(B) 328.51º 0.64% 0.87% -
XYZ 38.98 23.78 33.55 -
YUV 131.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 222 81 155 0 0.64 0.30 0.13 328.51 0.68 0.59
Hex DE 51 9B 0 40 1E D 149 44 3B
Octal 336 121 233 0 100 36 15 511 104 73
Binary 11011110 1010001 10011011 0 1000000 11110 1101 101001001 1000100 111011

Color Harmonies of #DE519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE519B

Black with #DE519B

Text Example


Text Example

White with #DE519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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