Html Css Color HEX #DF90EA Plum

📋 copy color: '#DF90EA'

red 223 ◦ green 144 ◦ blue 234

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

Shades of Plum #DF90EA

Tints of Plum #DF90EA

RGB

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

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

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

R = 37.1%
G = 23.96%
B = 38.94%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF90EA (or 0xDF90EA) is known color: Plum. HEX triplet: DF, 90 and EA. RGB value is (223,144,234). Sum of RGB (Red+Green+Blue) = 223+144+234=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90EA is #206F15. Grayscale: #B1B1B1. Windows color (decimal): -2125590 or 15372511. OLE color: 15372511.

HSL color Cylindrical-coordinate representation of color #DF90EA: hue angle of 292.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF90EA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 144 234 -
CMYK 0.05 0.38 0 0.08
HSL 292.67º 0.68% 0.74% -
HSV(B) 292.67º 0.38% 0.92% -
XYZ 55.26 41.58 82.95 -
YUV 177.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 223 144 234 0.05 0.38 0 0.08 292.67 0.68 0.74
Hex DF 90 EA 5 26 0 8 125 44 4A
Octal 337 220 352 5 46 0 10 445 104 112
Binary 11011111 10010000 11101010 101 100110 0 1000 100100101 1000100 1001010

Color Harmonies of #DF90EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF90EA

Black with #DF90EA

Text Example


Text Example

White with #DF90EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF90EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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