Html Css Color HEX #DC9EEF Plum

📋 copy color: '#DC9EEF'

red 220 ◦ green 158 ◦ blue 239

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

Shades of Plum #DC9EEF

Tints of Plum #DC9EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.61%

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 35.66%
G = 25.61%
B = 38.74%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC9EEF (or 0xDC9EEF) is known color: Plum. HEX triplet: DC, 9E and EF. RGB value is (220,158,239). Sum of RGB (Red+Green+Blue) = 220+158+239=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EEF is #236110. Grayscale: #B9B9B9. Windows color (decimal): -2318609 or 15703772. OLE color: 15703772.

HSL color Cylindrical-coordinate representation of color #DC9EEF: hue angle of 285.93º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9EEF is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 158 239 -
CMYK 0.08 0.34 0 0.06
HSL 285.93º 0.72% 0.78% -
HSV(B) 285.93º 0.34% 0.94% -
XYZ 57.32 45.9 87.5 -
YUV 185.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 220 158 239 0.08 0.34 0 0.06 285.93 0.72 0.78
Hex DC 9E EF 8 22 0 6 11E 48 4E
Octal 334 236 357 10 42 0 6 436 110 116
Binary 11011100 10011110 11101111 1000 100010 0 110 100011110 1001000 1001110

Color Harmonies of #DC9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EEF

Black with #DC9EEF

Text Example


Text Example

White with #DC9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EEF; }

 p { color: rgb(220,158,239); }

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

background-color css

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

 a { background-color: rgb(220,158,239); }

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

border-color css

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

 span { border-color: rgb(220,158,239); }

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