Html Css Color HEX #DC9EEA Plum

📋 copy color: '#DC9EEA'

red 220 ◦ green 158 ◦ blue 234

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

Shades of Plum #DC9EEA

Tints of Plum #DC9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.82%

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

R = 35.95%
G = 25.82%
B = 38.24%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC9EEA (or 0xDC9EEA) is known color: Plum. HEX triplet: DC, 9E and EA. RGB value is (220,158,234). Sum of RGB (Red+Green+Blue) = 220+158+234=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EEA is #236115. Grayscale: #B8B8B8. Windows color (decimal): -2318614 or 15376092. OLE color: 15376092.

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

Color convert

RGB 220 158 234 -
CMYK 0.06 0.32 0 0.08
HSL 288.95º 0.64% 0.77% -
HSV(B) 288.95º 0.32% 0.92% -
XYZ 56.59 45.61 83.66 -
YUV 185.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 220 158 234 0.06 0.32 0 0.08 288.95 0.64 0.77
Hex DC 9E EA 6 20 0 8 121 40 4D
Octal 334 236 352 6 40 0 10 441 100 115
Binary 11011100 10011110 11101010 110 100000 0 1000 100100001 1000000 1001101

Color Harmonies of #DC9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EEA

Black with #DC9EEA

Text Example


Text Example

White with #DC9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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