Html Css Color HEX #DC97E8 Plum

📋 copy color: '#DC97E8'

red 220 ◦ green 151 ◦ blue 232

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

Shades of Plum #DC97E8

Tints of Plum #DC97E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.47%

R = 36.48%
G = 25.04%
B = 38.47%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC97E8 (or 0xDC97E8) is known color: Plum. HEX triplet: DC, 97 and E8. RGB value is (220,151,232). Sum of RGB (Red+Green+Blue) = 220+151+232=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC97E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC97E8 is #236817. Grayscale: #B4B4B4. Windows color (decimal): -2320408 or 15243228. OLE color: 15243228.

HSL color Cylindrical-coordinate representation of color #DC97E8: hue angle of 291.11º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC97E8 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 151 232 -
CMYK 0.05 0.35 0 0.09
HSL 291.11º 0.64% 0.75% -
HSV(B) 291.11º 0.35% 0.91% -
XYZ 55.15 43.18 81.77 -
YUV 180.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 220 151 232 0.05 0.35 0 0.09 291.11 0.64 0.75
Hex DC 97 E8 5 23 0 9 123 40 4B
Octal 334 227 350 5 43 0 11 443 100 113
Binary 11011100 10010111 11101000 101 100011 0 1001 100100011 1000000 1001011

Color Harmonies of #DC97E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC97E8

Black with #DC97E8

Text Example


Text Example

White with #DC97E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC97E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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