Html Css Color HEX #DE99DA Plum

📋 copy color: '#DE99DA'

red 222 ◦ green 153 ◦ blue 218

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

Shades of Plum #DE99DA

Tints of Plum #DE99DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.8%

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 37.44%
G = 25.8%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE99DA (or 0xDE99DA) is known color: Plum. HEX triplet: DE, 99 and DA. RGB value is (222,153,218). Sum of RGB (Red+Green+Blue) = 222+153+218=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99DA is #216625. Grayscale: #B4B4B4. Windows color (decimal): -2188838 or 14326238. OLE color: 14326238.

HSL color Cylindrical-coordinate representation of color #DE99DA: hue angle of 303.48º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE99DA is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 153 218 -
CMYK 0 0.31 0.02 0.13
HSL 303.48º 0.51% 0.74% -
HSV(B) 303.48º 0.31% 0.87% -
XYZ 54.17 43.37 71.85 -
YUV 181.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 222 153 218 0 0.31 0.02 0.13 303.48 0.51 0.74
Hex DE 99 DA 0 1F 2 D 12F 33 4A
Octal 336 231 332 0 37 2 15 457 63 112
Binary 11011110 10011001 11011010 0 11111 10 1101 100101111 110011 1001010

Color Harmonies of #DE99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE99DA

Black with #DE99DA

Text Example


Text Example

White with #DE99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE99DA; }

 p { color: rgb(222,153,218); }

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

background-color css

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

 a { background-color: rgb(222,153,218); }

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

border-color css

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

 span { border-color: rgb(222,153,218); }

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