Html Css Color HEX #DE99DF Plum

📋 copy color: '#DE99DF'

red 222 ◦ green 153 ◦ blue 223

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

Shades of Plum #DE99DF

Tints of Plum #DE99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 37.12%
G = 25.59%
B = 37.29%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE99DF (or 0xDE99DF) is known color: Plum. HEX triplet: DE, 99 and DF. RGB value is (222,153,223). Sum of RGB (Red+Green+Blue) = 222+153+223=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99DF is #216620. Grayscale: #B5B5B5. Windows color (decimal): -2188833 or 14653918. OLE color: 14653918.

HSL color Cylindrical-coordinate representation of color #DE99DF: hue angle of 299.14º degrees, saturation: 0.52, 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 #DE99DF is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 153 223 -
CMYK 0.00 0.31 0 0.13
HSL 299.14º 0.52% 0.74% -
HSV(B) 299.14º 0.31% 0.87% -
XYZ 54.83 43.64 75.35 -
YUV 181.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 222 153 223 0.00 0.31 0 0.13 299.14 0.52 0.74
Hex DE 99 DF 0 1F 0 D 12B 34 4A
Octal 336 231 337 0 37 0 15 453 64 112
Binary 11011110 10011001 11011111 0 11111 0 1101 100101011 110100 1001010

Color Harmonies of #DE99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE99DF

Black with #DE99DF

Text Example


Text Example

White with #DE99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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