Html Css Color HEX #DC97CE Plum

📋 copy color: '#DC97CE'

red 220 ◦ green 151 ◦ blue 206

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

Shades of Plum #DC97CE

Tints of Plum #DC97CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 38.13%
G = 26.17%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC97CE (or 0xDC97CE) is known color: Plum. HEX triplet: DC, 97 and CE. RGB value is (220,151,206). Sum of RGB (Red+Green+Blue) = 220+151+206=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97CE is #236831. Grayscale: #B1B1B1. Windows color (decimal): -2320434 or 13539292. OLE color: 13539292.

HSL color Cylindrical-coordinate representation of color #DC97CE: hue angle of 312.17º 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 #DC97CE is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 206 -
CMYK 0 0.31 0.06 0.14
HSL 312.17º 0.5% 0.73% -
HSV(B) 312.17º 0.31% 0.86% -
XYZ 51.72 41.81 63.74 -
YUV 177.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 220 151 206 0 0.31 0.06 0.14 312.17 0.5 0.73
Hex DC 97 CE 0 1F 6 E 138 32 49
Octal 334 227 316 0 37 6 16 470 62 111
Binary 11011100 10010111 11001110 0 11111 110 1110 100111000 110010 1001001

Color Harmonies of #DC97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC97CE

Black with #DC97CE

Text Example


Text Example

White with #DC97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC97CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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