Html Css Color HEX #DF90D9 Plum

📋 copy color: '#DF90D9'

red 223 ◦ green 144 ◦ blue 217

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

Shades of Plum #DF90D9

Tints of Plum #DF90D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.16%

R = 38.18%
G = 24.66%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF90D9 (or 0xDF90D9) is known color: Plum. HEX triplet: DF, 90 and D9. RGB value is (223,144,217). Sum of RGB (Red+Green+Blue) = 223+144+217=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90D9 is #206F26. Grayscale: #AFAFAF. Windows color (decimal): -2125607 or 14258399. OLE color: 14258399.

HSL color Cylindrical-coordinate representation of color #DF90D9: hue angle of 304.56º 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 #DF90D9 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 144 217 -
CMYK 0 0.35 0.03 0.13
HSL 304.56º 0.55% 0.72% -
HSV(B) 304.56º 0.35% 0.87% -
XYZ 52.93 40.64 70.7 -
YUV 175.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 223 144 217 0 0.35 0.03 0.13 304.56 0.55 0.72
Hex DF 90 D9 0 23 3 D 131 37 48
Octal 337 220 331 0 43 3 15 461 67 110
Binary 11011111 10010000 11011001 0 100011 11 1101 100110001 110111 1001000

Color Harmonies of #DF90D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF90D9

Black with #DF90D9

Text Example


Text Example

White with #DF90D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF90D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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