Html Css Color HEX #DE99CE Plum

📋 copy color: '#DE99CE'

red 222 ◦ green 153 ◦ blue 206

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

Shades of Plum #DE99CE

Tints of Plum #DE99CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 38.21%
G = 26.33%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE99CE (or 0xDE99CE) is known color: Plum. HEX triplet: DE, 99 and CE. RGB value is (222,153,206). Sum of RGB (Red+Green+Blue) = 222+153+206=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99CE is #216631. Grayscale: #B3B3B3. Windows color (decimal): -2188850 or 13539806. OLE color: 13539806.

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

Color convert

RGB 222 153 206 -
CMYK 0 0.31 0.07 0.13
HSL 313.91º 0.51% 0.74% -
HSV(B) 313.91º 0.31% 0.87% -
XYZ 52.66 42.77 63.87 -
YUV 179.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 222 153 206 0 0.31 0.07 0.13 313.91 0.51 0.74
Hex DE 99 CE 0 1F 7 D 13A 33 4A
Octal 336 231 316 0 37 7 15 472 63 112
Binary 11011110 10011001 11001110 0 11111 111 1101 100111010 110011 1001010

Color Harmonies of #DE99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE99CE

Black with #DE99CE

Text Example


Text Example

White with #DE99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE99CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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