Html Css Color HEX #DC97DF Plum

📋 copy color: '#DC97DF'

red 220 ◦ green 151 ◦ blue 223

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

Shades of Plum #DC97DF

Tints of Plum #DC97DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.42%

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

R = 37.04%
G = 25.42%
B = 37.54%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC97DF (or 0xDC97DF) is known color: Plum. HEX triplet: DC, 97 and DF. RGB value is (220,151,223). Sum of RGB (Red+Green+Blue) = 220+151+223=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97DF is #236820. Grayscale: #B3B3B3. Windows color (decimal): -2320417 or 14653404. OLE color: 14653404.

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

Color convert

RGB 220 151 223 -
CMYK 0.01 0.32 0 0.13
HSL 297.5º 0.53% 0.73% -
HSV(B) 297.5º 0.32% 0.87% -
XYZ 53.9 42.68 75.21 -
YUV 179.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 220 151 223 0.01 0.32 0 0.13 297.5 0.53 0.73
Hex DC 97 DF 1 20 0 D 12A 35 49
Octal 334 227 337 1 40 0 15 452 65 111
Binary 11011100 10010111 11011111 1 100000 0 1101 100101010 110101 1001001

Color Harmonies of #DC97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC97DF

Black with #DC97DF

Text Example


Text Example

White with #DC97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC97DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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