Html Css Color HEX #DC9BE1 Plum

📋 copy color: '#DC9BE1'

red 220 ◦ green 155 ◦ blue 225

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

Shades of Plum #DC9BE1

Tints of Plum #DC9BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.5%

R = 36.67%
G = 25.83%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC9BE1 (or 0xDC9BE1) is known color: Plum. HEX triplet: DC, 9B and E1. RGB value is (220,155,225). Sum of RGB (Red+Green+Blue) = 220+155+225=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC9BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BE1 is #23641E. Grayscale: #B6B6B6. Windows color (decimal): -2319391 or 14785500. OLE color: 14785500.

HSL color Cylindrical-coordinate representation of color #DC9BE1: hue angle of 295.71º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC9BE1 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 155 225 -
CMYK 0.02 0.31 0 0.12
HSL 295.71º 0.54% 0.75% -
HSV(B) 295.71º 0.31% 0.88% -
XYZ 54.83 44.09 76.86 -
YUV 182.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 220 155 225 0.02 0.31 0 0.12 295.71 0.54 0.75
Hex DC 9B E1 2 1F 0 C 128 36 4B
Octal 334 233 341 2 37 0 14 450 66 113
Binary 11011100 10011011 11100001 10 11111 0 1100 100101000 110110 1001011

Color Harmonies of #DC9BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BE1

Black with #DC9BE1

Text Example


Text Example

White with #DC9BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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