Html Css Color HEX #DC9CED Plum

📋 copy color: '#DC9CED'

red 220 ◦ green 156 ◦ blue 237

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

Shades of Plum #DC9CED

Tints of Plum #DC9CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.45%

 BLUE value IS 237 (92.97% from 255) = 38.66%

R = 35.89%
G = 25.45%
B = 38.66%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC9CED (or 0xDC9CED) is known color: Plum. HEX triplet: DC, 9C and ED. RGB value is (220,156,237). Sum of RGB (Red+Green+Blue) = 220+156+237=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CED is #236312. Grayscale: #B8B8B8. Windows color (decimal): -2319123 or 15572188. OLE color: 15572188.

HSL color Cylindrical-coordinate representation of color #DC9CED: hue angle of 287.41º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9CED is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 156 237 -
CMYK 0.07 0.34 0 0.07
HSL 287.41º 0.69% 0.77% -
HSV(B) 287.41º 0.34% 0.93% -
XYZ 56.69 45.11 85.84 -
YUV 184.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 220 156 237 0.07 0.34 0 0.07 287.41 0.69 0.77
Hex DC 9C ED 7 22 0 7 11F 45 4D
Octal 334 234 355 7 42 0 7 437 105 115
Binary 11011100 10011100 11101101 111 100010 0 111 100011111 1000101 1001101

Color Harmonies of #DC9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CED

Black with #DC9CED

Text Example


Text Example

White with #DC9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CED; }

 p { color: rgb(220,156,237); }

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

background-color css

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

 a { background-color: rgb(220,156,237); }

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

border-color css

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

 span { border-color: rgb(220,156,237); }

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