Html Css Color HEX #DC99DF Plum

📋 copy color: '#DC99DF'

red 220 ◦ green 153 ◦ blue 223

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

Shades of Plum #DC99DF

Tints of Plum #DC99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 36.91%
G = 25.67%
B = 37.42%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC99DF (or 0xDC99DF) is known color: Plum. HEX triplet: DC, 99 and DF. RGB value is (220,153,223). Sum of RGB (Red+Green+Blue) = 220+153+223=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99DF is #236620. Grayscale: #B4B4B4. Windows color (decimal): -2319905 or 14653916. OLE color: 14653916.

HSL color Cylindrical-coordinate representation of color #DC99DF: hue angle of 297.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC99DF is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 153 223 -
CMYK 0.01 0.31 0 0.13
HSL 297.43º 0.52% 0.74% -
HSV(B) 297.43º 0.31% 0.87% -
XYZ 54.23 43.33 75.32 -
YUV 181.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 220 153 223 0.01 0.31 0 0.13 297.43 0.52 0.74
Hex DC 99 DF 1 1F 0 D 129 34 4A
Octal 334 231 337 1 37 0 15 451 64 112
Binary 11011100 10011001 11011111 1 11111 0 1101 100101001 110100 1001010

Color Harmonies of #DC99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99DF

Black with #DC99DF

Text Example


Text Example

White with #DC99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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