Html Css Color HEX #DC92EE Plum

📋 copy color: '#DC92EE'

red 220 ◦ green 146 ◦ blue 238

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

Shades of Plum #DC92EE

Tints of Plum #DC92EE

RGB

 RED value IS 220 (86.33% from 255) = 36.42%

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

 BLUE value IS 238 (93.36% from 255) = 39.4%

R = 36.42%
G = 24.17%
B = 39.4%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC92EE (or 0xDC92EE) is known color: Plum. HEX triplet: DC, 92 and EE. RGB value is (220,146,238). Sum of RGB (Red+Green+Blue) = 220+146+238=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC92EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92EE is #236D11. Grayscale: #B2B2B2. Windows color (decimal): -2321682 or 15635164. OLE color: 15635164.

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

Color convert

RGB 220 146 238 -
CMYK 0.08 0.39 0 0.07
HSL 288.26º 0.73% 0.75% -
HSV(B) 288.26º 0.39% 0.93% -
XYZ 55.23 41.95 86.07 -
YUV 178.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 220 146 238 0.08 0.39 0 0.07 288.26 0.73 0.75
Hex DC 92 EE 8 27 0 7 120 49 4B
Octal 334 222 356 10 47 0 7 440 111 113
Binary 11011100 10010010 11101110 1000 100111 0 111 100100000 1001001 1001011

Color Harmonies of #DC92EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC92EE

Black with #DC92EE

Text Example


Text Example

White with #DC92EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC92EE; }

 p { color: rgb(220,146,238); }

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

background-color css

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

 a { background-color: rgb(220,146,238); }

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

border-color css

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

 span { border-color: rgb(220,146,238); }

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