Html Css Color HEX #DC8CCD Plum

📋 copy color: '#DC8CCD'

red 220 ◦ green 140 ◦ blue 205

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

Shades of Plum #DC8CCD

Tints of Plum #DC8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.78%

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 38.94%
G = 24.78%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC8CCD (or 0xDC8CCD) is known color: Plum. HEX triplet: DC, 8C and CD. RGB value is (220,140,205). Sum of RGB (Red+Green+Blue) = 220+140+205=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CCD is #237332. Grayscale: #ABABAB. Windows color (decimal): -2323251 or 13470940. OLE color: 13470940.

HSL color Cylindrical-coordinate representation of color #DC8CCD: hue angle of 311.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8CCD is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 140 205 -
CMYK 0 0.36 0.07 0.14
HSL 311.25º 0.53% 0.71% -
HSV(B) 311.25º 0.36% 0.86% -
XYZ 49.91 38.38 62.53 -
YUV 171.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 220 140 205 0 0.36 0.07 0.14 311.25 0.53 0.71
Hex DC 8C CD 0 24 7 E 137 35 47
Octal 334 214 315 0 44 7 16 467 65 107
Binary 11011100 10001100 11001101 0 100100 111 1110 100110111 110101 1000111

Color Harmonies of #DC8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CCD

Black with #DC8CCD

Text Example


Text Example

White with #DC8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CCD; }

 p { color: rgb(220,140,205); }

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

background-color css

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

 a { background-color: rgb(220,140,205); }

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

border-color css

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

 span { border-color: rgb(220,140,205); }

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