Html Css Color HEX #DC9FEE Plum

📋 copy color: '#DC9FEE'

red 220 ◦ green 159 ◦ blue 238

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

Shades of Plum #DC9FEE

Tints of Plum #DC9FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.77%

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

R = 35.66%
G = 25.77%
B = 38.57%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC9FEE (or 0xDC9FEE) is known color: Plum. HEX triplet: DC, 9F and EE. RGB value is (220,159,238). Sum of RGB (Red+Green+Blue) = 220+159+238=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FEE is #236011. Grayscale: #B9B9B9. Windows color (decimal): -2318354 or 15638492. OLE color: 15638492.

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

Color convert

RGB 220 159 238 -
CMYK 0.08 0.33 0 0.07
HSL 286.33º 0.7% 0.78% -
HSV(B) 286.33º 0.33% 0.93% -
XYZ 57.35 46.18 86.78 -
YUV 186.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 220 159 238 0.08 0.33 0 0.07 286.33 0.7 0.78
Hex DC 9F EE 8 21 0 7 11E 46 4E
Octal 334 237 356 10 41 0 7 436 106 116
Binary 11011100 10011111 11101110 1000 100001 0 111 100011110 1000110 1001110

Color Harmonies of #DC9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9FEE

Black with #DC9FEE

Text Example


Text Example

White with #DC9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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