Html Css Color HEX #DC8CCB Plum

📋 copy color: '#DC8CCB'

red 220 ◦ green 140 ◦ blue 203

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

Shades of Plum #DC8CCB

Tints of Plum #DC8CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 39.08%
G = 24.87%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC8CCB (or 0xDC8CCB) is known color: Plum. HEX triplet: DC, 8C and CB. RGB value is (220,140,203). Sum of RGB (Red+Green+Blue) = 220+140+203=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CCB is #237334. Grayscale: #AAAAAA. Windows color (decimal): -2323253 or 13339868. OLE color: 13339868.

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

Color convert

RGB 220 140 203 -
CMYK 0 0.36 0.08 0.14
HSL 312.75º 0.53% 0.71% -
HSV(B) 312.75º 0.36% 0.86% -
XYZ 49.67 38.28 61.27 -
YUV 171.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 220 140 203 0 0.36 0.08 0.14 312.75 0.53 0.71
Hex DC 8C CB 0 24 8 E 139 35 47
Octal 334 214 313 0 44 10 16 471 65 107
Binary 11011100 10001100 11001011 0 100100 1000 1110 100111001 110101 1000111

Color Harmonies of #DC8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CCB

Black with #DC8CCB

Text Example


Text Example

White with #DC8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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