Html Css Color HEX #DC99E5 Plum

📋 copy color: '#DC99E5'

red 220 ◦ green 153 ◦ blue 229

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

Shades of Plum #DC99E5

Tints of Plum #DC99E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.04%

R = 36.54%
G = 25.42%
B = 38.04%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC99E5 (or 0xDC99E5) is known color: Plum. HEX triplet: DC, 99 and E5. RGB value is (220,153,229). Sum of RGB (Red+Green+Blue) = 220+153+229=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC99E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99E5 is #23661A. Grayscale: #B5B5B5. Windows color (decimal): -2319899 or 15047132. OLE color: 15047132.

HSL color Cylindrical-coordinate representation of color #DC99E5: hue angle of 292.89º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC99E5 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 153 229 -
CMYK 0.04 0.33 0 0.10
HSL 292.89º 0.59% 0.75% -
HSV(B) 292.89º 0.33% 0.9% -
XYZ 55.05 43.66 79.65 -
YUV 181.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 220 153 229 0.04 0.33 0 0.10 292.89 0.59 0.75
Hex DC 99 E5 4 21 0 A 125 3B 4B
Octal 334 231 345 4 41 0 12 445 73 113
Binary 11011100 10011001 11100101 100 100001 0 1010 100100101 111011 1001011

Color Harmonies of #DC99E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99E5

Black with #DC99E5

Text Example


Text Example

White with #DC99E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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