Html Css Color HEX #DF90E0 Plum

📋 copy color: '#DF90E0'

red 223 ◦ green 144 ◦ blue 224

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

Shades of Plum #DF90E0

Tints of Plum #DF90E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.9%

R = 37.73%
G = 24.37%
B = 37.9%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF90E0 (or 0xDF90E0) is known color: Plum. HEX triplet: DF, 90 and E0. RGB value is (223,144,224). Sum of RGB (Red+Green+Blue) = 223+144+224=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF90E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90E0 is #206F1F. Grayscale: #B0B0B0. Windows color (decimal): -2125600 or 14717151. OLE color: 14717151.

HSL color Cylindrical-coordinate representation of color #DF90E0: hue angle of 299.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF90E0 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 144 224 -
CMYK 0.00 0.36 0 0.12
HSL 299.25º 0.56% 0.72% -
HSV(B) 299.25º 0.36% 0.88% -
XYZ 53.86 41.02 75.6 -
YUV 176.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 223 144 224 0.00 0.36 0 0.12 299.25 0.56 0.72
Hex DF 90 E0 0 24 0 C 12B 38 48
Octal 337 220 340 0 44 0 14 453 70 110
Binary 11011111 10010000 11100000 0 100100 0 1100 100101011 111000 1001000

Color Harmonies of #DF90E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF90E0

Black with #DF90E0

Text Example


Text Example

White with #DF90E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF90E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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