Html Css Color HEX #DC90EC Plum

📋 copy color: '#DC90EC'

red 220 ◦ green 144 ◦ blue 236

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

Shades of Plum #DC90EC

Tints of Plum #DC90EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24%

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 36.67%
G = 24%
B = 39.33%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC90EC (or 0xDC90EC) is known color: Plum. HEX triplet: DC, 90 and EC. RGB value is (220,144,236). Sum of RGB (Red+Green+Blue) = 220+144+236=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90EC is #236F13. Grayscale: #B0B0B0. Windows color (decimal): -2322196 or 15503580. OLE color: 15503580.

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

Color convert

RGB 220 144 236 -
CMYK 0.07 0.39 0 0.07
HSL 289.57º 0.71% 0.75% -
HSV(B) 289.57º 0.39% 0.93% -
XYZ 54.63 41.22 84.43 -
YUV 177.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 220 144 236 0.07 0.39 0 0.07 289.57 0.71 0.75
Hex DC 90 EC 7 27 0 7 122 47 4B
Octal 334 220 354 7 47 0 7 442 107 113
Binary 11011100 10010000 11101100 111 100111 0 111 100100010 1000111 1001011

Color Harmonies of #DC90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC90EC

Black with #DC90EC

Text Example


Text Example

White with #DC90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC90EC; }

 p { color: rgb(220,144,236); }

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

background-color css

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

 a { background-color: rgb(220,144,236); }

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

border-color css

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

 span { border-color: rgb(220,144,236); }

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