Html Css Color HEX #DF90DC Plum

📋 copy color: '#DF90DC'

red 223 ◦ green 144 ◦ blue 220

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

Shades of Plum #DF90DC

Tints of Plum #DF90DC

RGB

 RED value IS 223 (87.5% from 255) = 37.99%

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 37.99%
G = 24.53%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF90DC (or 0xDF90DC) is known color: Plum. HEX triplet: DF, 90 and DC. RGB value is (223,144,220). Sum of RGB (Red+Green+Blue) = 223+144+220=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90DC is #206F23. Grayscale: #B0B0B0. Windows color (decimal): -2125604 or 14455007. OLE color: 14455007.

HSL color Cylindrical-coordinate representation of color #DF90DC: hue angle of 302.28º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF90DC is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 144 220 -
CMYK 0 0.35 0.01 0.13
HSL 302.28º 0.55% 0.72% -
HSV(B) 302.28º 0.35% 0.87% -
XYZ 53.32 40.8 72.78 -
YUV 176.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 223 144 220 0 0.35 0.01 0.13 302.28 0.55 0.72
Hex DF 90 DC 0 23 1 D 12E 37 48
Octal 337 220 334 0 43 1 15 456 67 110
Binary 11011111 10010000 11011100 0 100011 1 1101 100101110 110111 1001000

Color Harmonies of #DF90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF90DC

Black with #DF90DC

Text Example


Text Example

White with #DF90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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