Html Css Color HEX #DC97EC Plum

📋 copy color: '#DC97EC'

red 220 ◦ green 151 ◦ blue 236

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

Shades of Plum #DC97EC

Tints of Plum #DC97EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 36.24%
G = 24.88%
B = 38.88%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC97EC (or 0xDC97EC) is known color: Plum. HEX triplet: DC, 97 and EC. RGB value is (220,151,236). Sum of RGB (Red+Green+Blue) = 220+151+236=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC97EC is #236813. Grayscale: #B5B5B5. Windows color (decimal): -2320404 or 15505372. OLE color: 15505372.

HSL color Cylindrical-coordinate representation of color #DC97EC: hue angle of 288.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC97EC is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 151 236 -
CMYK 0.07 0.36 0 0.07
HSL 288.71º 0.69% 0.76% -
HSV(B) 288.71º 0.36% 0.93% -
XYZ 55.72 43.4 84.8 -
YUV 181.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 220 151 236 0.07 0.36 0 0.07 288.71 0.69 0.76
Hex DC 97 EC 7 24 0 7 121 45 4C
Octal 334 227 354 7 44 0 7 441 105 114
Binary 11011100 10010111 11101100 111 100100 0 111 100100001 1000101 1001100

Color Harmonies of #DC97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC97EC

Black with #DC97EC

Text Example


Text Example

White with #DC97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC97EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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