Html Css Color HEX #DC97E5 Plum

📋 copy color: '#DC97E5'

red 220 ◦ green 151 ◦ blue 229

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

Shades of Plum #DC97E5

Tints of Plum #DC97E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.17%

R = 36.67%
G = 25.17%
B = 38.17%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC97E5 (or 0xDC97E5) is known color: Plum. HEX triplet: DC, 97 and E5. RGB value is (220,151,229). Sum of RGB (Red+Green+Blue) = 220+151+229=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC97E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97E5 is #23681A. Grayscale: #B4B4B4. Windows color (decimal): -2320411 or 15046620. OLE color: 15046620.

HSL color Cylindrical-coordinate representation of color #DC97E5: hue angle of 293.08º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC97E5 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 151 229 -
CMYK 0.04 0.34 0 0.10
HSL 293.08º 0.6% 0.75% -
HSV(B) 293.08º 0.34% 0.9% -
XYZ 54.72 43.01 79.55 -
YUV 180.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 220 151 229 0.04 0.34 0 0.10 293.08 0.6 0.75
Hex DC 97 E5 4 22 0 A 125 3C 4B
Octal 334 227 345 4 42 0 12 445 74 113
Binary 11011100 10010111 11100101 100 100010 0 1010 100100101 111100 1001011

Color Harmonies of #DC97E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC97E5

Black with #DC97E5

Text Example


Text Example

White with #DC97E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC97E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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