Html Css Color HEX #DC89D6 Plum

📋 copy color: '#DC89D6'

red 220 ◦ green 137 ◦ blue 214

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

Shades of Plum #DC89D6

Tints of Plum #DC89D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.48%

R = 38.53%
G = 23.99%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC89D6 (or 0xDC89D6) is known color: Plum. HEX triplet: DC, 89 and D6. RGB value is (220,137,214). Sum of RGB (Red+Green+Blue) = 220+137+214=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D6 is #237629. Grayscale: #AAAAAA. Windows color (decimal): -2324010 or 14059996. OLE color: 14059996.

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

Color convert

RGB 220 137 214 -
CMYK 0 0.38 0.03 0.14
HSL 304.34º 0.54% 0.7% -
HSV(B) 304.34º 0.38% 0.86% -
XYZ 50.6 37.96 68.28 -
YUV 170.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 220 137 214 0 0.38 0.03 0.14 304.34 0.54 0.7
Hex DC 89 D6 0 26 3 E 130 36 46
Octal 334 211 326 0 46 3 16 460 66 106
Binary 11011100 10001001 11010110 0 100110 11 1110 100110000 110110 1000110

Color Harmonies of #DC89D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC89D6

Black with #DC89D6

Text Example


Text Example

White with #DC89D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC89D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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