Html Css Color HEX #DC89D7 Plum

📋 copy color: '#DC89D7'

red 220 ◦ green 137 ◦ blue 215

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

Shades of Plum #DC89D7

Tints of Plum #DC89D7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.95%

 BLUE value IS 215 (84.38% from 255) = 37.59%

R = 38.46%
G = 23.95%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC89D7 (or 0xDC89D7) is known color: Plum. HEX triplet: DC, 89 and D7. RGB value is (220,137,215). Sum of RGB (Red+Green+Blue) = 220+137+215=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D7 is #237628. Grayscale: #AAAAAA. Windows color (decimal): -2324009 or 14125532. OLE color: 14125532.

HSL color Cylindrical-coordinate representation of color #DC89D7: hue angle of 303.61º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89D7 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 215 -
CMYK 0 0.38 0.02 0.14
HSL 303.61º 0.54% 0.7% -
HSV(B) 303.61º 0.38% 0.86% -
XYZ 50.73 38.01 68.95 -
YUV 170.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 220 137 215 0 0.38 0.02 0.14 303.61 0.54 0.7
Hex DC 89 D7 0 26 2 E 130 36 46
Octal 334 211 327 0 46 2 16 460 66 106
Binary 11011100 10001001 11010111 0 100110 10 1110 100110000 110110 1000110

Color Harmonies of #DC89D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC89D7

Black with #DC89D7

Text Example


Text Example

White with #DC89D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC89D7; }

 p { color: rgb(220,137,215); }

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

background-color css

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

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

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

border-color css

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

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

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