Html Css Color HEX #DC99EC Plum

📋 copy color: '#DC99EC'

red 220 ◦ green 153 ◦ blue 236

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

Shades of Plum #DC99EC

Tints of Plum #DC99EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.12%

 BLUE value IS 236 (92.58% from 255) = 38.75%

R = 36.12%
G = 25.12%
B = 38.75%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC99EC (or 0xDC99EC) is known color: Plum. HEX triplet: DC, 99 and EC. RGB value is (220,153,236). Sum of RGB (Red+Green+Blue) = 220+153+236=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99EC is #236613. Grayscale: #B6B6B6. Windows color (decimal): -2319892 or 15505884. OLE color: 15505884.

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

Color convert

RGB 220 153 236 -
CMYK 0.07 0.35 0 0.07
HSL 288.43º 0.69% 0.76% -
HSV(B) 288.43º 0.35% 0.93% -
XYZ 56.05 44.05 84.91 -
YUV 182.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 220 153 236 0.07 0.35 0 0.07 288.43 0.69 0.76
Hex DC 99 EC 7 23 0 7 120 45 4C
Octal 334 231 354 7 43 0 7 440 105 114
Binary 11011100 10011001 11101100 111 100011 0 111 100100000 1000101 1001100

Color Harmonies of #DC99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99EC

Black with #DC99EC

Text Example


Text Example

White with #DC99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99EC; }

 p { color: rgb(220,153,236); }

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

background-color css

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

 a { background-color: rgb(220,153,236); }

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

border-color css

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

 span { border-color: rgb(220,153,236); }

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