Html Css Color HEX #DC99E3 Plum

📋 copy color: '#DC99E3'

red 220 ◦ green 153 ◦ blue 227

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

Shades of Plum #DC99E3

Tints of Plum #DC99E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.83%

R = 36.67%
G = 25.5%
B = 37.83%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC99E3 (or 0xDC99E3) is known color: Plum. HEX triplet: DC, 99 and E3. RGB value is (220,153,227). Sum of RGB (Red+Green+Blue) = 220+153+227=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC99E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99E3 is #23661C. Grayscale: #B5B5B5. Windows color (decimal): -2319901 or 14916060. OLE color: 14916060.

HSL color Cylindrical-coordinate representation of color #DC99E3: hue angle of 294.32º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC99E3 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 153 227 -
CMYK 0.03 0.33 0 0.11
HSL 294.32º 0.57% 0.75% -
HSV(B) 294.32º 0.33% 0.89% -
XYZ 54.77 43.54 78.19 -
YUV 181.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 220 153 227 0.03 0.33 0 0.11 294.32 0.57 0.75
Hex DC 99 E3 3 21 0 B 126 39 4B
Octal 334 231 343 3 41 0 13 446 71 113
Binary 11011100 10011001 11100011 11 100001 0 1011 100100110 111001 1001011

Color Harmonies of #DC99E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99E3

Black with #DC99E3

Text Example


Text Example

White with #DC99E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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