Html Css Color HEX #DC94EE Plum

📋 copy color: '#DC94EE'

red 220 ◦ green 148 ◦ blue 238

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

Shades of Plum #DC94EE

Tints of Plum #DC94EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.42%

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

R = 36.3%
G = 24.42%
B = 39.27%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC94EE (or 0xDC94EE) is known color: Plum. HEX triplet: DC, 94 and EE. RGB value is (220,148,238). Sum of RGB (Red+Green+Blue) = 220+148+238=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC94EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94EE is #236B11. Grayscale: #B3B3B3. Windows color (decimal): -2321170 or 15635676. OLE color: 15635676.

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

Color convert

RGB 220 148 238 -
CMYK 0.08 0.38 0 0.07
HSL 288º 0.73% 0.76% -
HSV(B) 288º 0.38% 0.93% -
XYZ 55.54 42.57 86.18 -
YUV 179.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 220 148 238 0.08 0.38 0 0.07 288 0.73 0.76
Hex DC 94 EE 8 26 0 7 120 49 4C
Octal 334 224 356 10 46 0 7 440 111 114
Binary 11011100 10010100 11101110 1000 100110 0 111 100100000 1001001 1001100

Color Harmonies of #DC94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC94EE

Black with #DC94EE

Text Example


Text Example

White with #DC94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC94EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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