Html Css Color HEX #DE92ED Plum

📋 copy color: '#DE92ED'

red 222 ◦ green 146 ◦ blue 237

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

Shades of Plum #DE92ED

Tints of Plum #DE92ED

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.13%

 BLUE value IS 237 (92.97% from 255) = 39.17%

R = 36.69%
G = 24.13%
B = 39.17%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE92ED (or 0xDE92ED) is known color: Plum. HEX triplet: DE, 92 and ED. RGB value is (222,146,237). Sum of RGB (Red+Green+Blue) = 222+146+237=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE92ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE92ED is #216D12. Grayscale: #B2B2B2. Windows color (decimal): -2190611 or 15569630. OLE color: 15569630.

HSL color Cylindrical-coordinate representation of color #DE92ED: hue angle of 290.11º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE92ED is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 146 237 -
CMYK 0.06 0.38 0 0.07
HSL 290.11º 0.72% 0.75% -
HSV(B) 290.11º 0.38% 0.93% -
XYZ 55.69 42.2 85.33 -
YUV 179.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 222 146 237 0.06 0.38 0 0.07 290.11 0.72 0.75
Hex DE 92 ED 6 26 0 7 122 48 4B
Octal 336 222 355 6 46 0 7 442 110 113
Binary 11011110 10010010 11101101 110 100110 0 111 100100010 1001000 1001011

Color Harmonies of #DE92ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE92ED

Black with #DE92ED

Text Example


Text Example

White with #DE92ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE92ED; }

 p { color: rgb(222,146,237); }

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

background-color css

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

 a { background-color: rgb(222,146,237); }

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

border-color css

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

 span { border-color: rgb(222,146,237); }

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