Html Css Color HEX #DC97DC Plum

📋 copy color: '#DC97DC'

red 220 ◦ green 151 ◦ blue 220

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

Shades of Plum #DC97DC

Tints of Plum #DC97DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 37.23%
G = 25.55%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC97DC (or 0xDC97DC) is known color: Plum. HEX triplet: DC, 97 and DC. RGB value is (220,151,220). Sum of RGB (Red+Green+Blue) = 220+151+220=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97DC is #236823. Grayscale: #B3B3B3. Windows color (decimal): -2320420 or 14456796. OLE color: 14456796.

HSL color Cylindrical-coordinate representation of color #DC97DC: hue angle of 300º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97DC is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 220 -
CMYK 0 0.31 0 0.14
HSL 300º 0.5% 0.73% -
HSV(B) 300º 0.31% 0.86% -
XYZ 53.5 42.52 73.1 -
YUV 179.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 220 151 220 0 0.31 0 0.14 300 0.5 0.73
Hex DC 97 DC 0 1F 0 E 12C 32 49
Octal 334 227 334 0 37 0 16 454 62 111
Binary 11011100 10010111 11011100 0 11111 0 1110 100101100 110010 1001001

Color Harmonies of #DC97DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC97DC

Black with #DC97DC

Text Example


Text Example

White with #DC97DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC97DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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