Html Css Color HEX #DC9BED Plum

📋 copy color: '#DC9BED'

red 220 ◦ green 155 ◦ blue 237

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

Shades of Plum #DC9BED

Tints of Plum #DC9BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.33%

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

R = 35.95%
G = 25.33%
B = 38.73%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC9BED (or 0xDC9BED) is known color: Plum. HEX triplet: DC, 9B and ED. RGB value is (220,155,237). Sum of RGB (Red+Green+Blue) = 220+155+237=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BED is #236412. Grayscale: #B7B7B7. Windows color (decimal): -2319379 or 15571932. OLE color: 15571932.

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

Color convert

RGB 220 155 237 -
CMYK 0.07 0.35 0 0.07
HSL 287.56º 0.69% 0.77% -
HSV(B) 287.56º 0.35% 0.93% -
XYZ 56.52 44.77 85.78 -
YUV 183.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 220 155 237 0.07 0.35 0 0.07 287.56 0.69 0.77
Hex DC 9B ED 7 23 0 7 120 45 4D
Octal 334 233 355 7 43 0 7 440 105 115
Binary 11011100 10011011 11101101 111 100011 0 111 100100000 1000101 1001101

Color Harmonies of #DC9BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BED

Black with #DC9BED

Text Example


Text Example

White with #DC9BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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