Html Css Color HEX #DC92ED Plum

📋 copy color: '#DC92ED'

red 220 ◦ green 146 ◦ blue 237

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

Shades of Plum #DC92ED

Tints of Plum #DC92ED

RGB

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

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

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

R = 36.48%
G = 24.21%
B = 39.3%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC92ED (or 0xDC92ED) is known color: Plum. HEX triplet: DC, 92 and ED. RGB value is (220,146,237). Sum of RGB (Red+Green+Blue) = 220+146+237=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC92ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92ED is #236D12. Grayscale: #B2B2B2. Windows color (decimal): -2321683 or 15569628. OLE color: 15569628.

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

Color convert

RGB 220 146 237 -
CMYK 0.07 0.38 0 0.07
HSL 288.79º 0.72% 0.75% -
HSV(B) 288.79º 0.38% 0.93% -
XYZ 55.08 41.89 85.3 -
YUV 178.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 220 146 237 0.07 0.38 0 0.07 288.79 0.72 0.75
Hex DC 92 ED 7 26 0 7 121 48 4B
Octal 334 222 355 7 46 0 7 441 110 113
Binary 11011100 10010010 11101101 111 100110 0 111 100100001 1001000 1001011

Color Harmonies of #DC92ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC92ED

Black with #DC92ED

Text Example


Text Example

White with #DC92ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC92ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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