Html Css Color HEX #DC9DEA Plum

📋 copy color: '#DC9DEA'

red 220 ◦ green 157 ◦ blue 234

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

Shades of Plum #DC9DEA

Tints of Plum #DC9DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.7%

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 36.01%
G = 25.7%
B = 38.3%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC9DEA (or 0xDC9DEA) is known color: Plum. HEX triplet: DC, 9D and EA. RGB value is (220,157,234). Sum of RGB (Red+Green+Blue) = 220+157+234=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DEA is #236215. Grayscale: #B8B8B8. Windows color (decimal): -2318870 or 15375836. OLE color: 15375836.

HSL color Cylindrical-coordinate representation of color #DC9DEA: hue angle of 289.09º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9DEA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 157 234 -
CMYK 0.06 0.33 0 0.08
HSL 289.09º 0.65% 0.77% -
HSV(B) 289.09º 0.33% 0.92% -
XYZ 56.42 45.27 83.61 -
YUV 184.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 220 157 234 0.06 0.33 0 0.08 289.09 0.65 0.77
Hex DC 9D EA 6 21 0 8 121 41 4D
Octal 334 235 352 6 41 0 10 441 101 115
Binary 11011100 10011101 11101010 110 100001 0 1000 100100001 1000001 1001101

Color Harmonies of #DC9DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9DEA

Black with #DC9DEA

Text Example


Text Example

White with #DC9DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9DEA; }

 p { color: rgb(220,157,234); }

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

background-color css

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

 a { background-color: rgb(220,157,234); }

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

border-color css

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

 span { border-color: rgb(220,157,234); }

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