Html Css Color HEX #DF90D6 Plum

📋 copy color: '#DF90D6'

red 223 ◦ green 144 ◦ blue 214

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

Shades of Plum #DF90D6

Tints of Plum #DF90D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.83%

R = 38.38%
G = 24.78%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF90D6 (or 0xDF90D6) is known color: Plum. HEX triplet: DF, 90 and D6. RGB value is (223,144,214). Sum of RGB (Red+Green+Blue) = 223+144+214=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90D6 is #206F29. Grayscale: #AFAFAF. Windows color (decimal): -2125610 or 14061791. OLE color: 14061791.

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

Color convert

RGB 223 144 214 -
CMYK 0 0.35 0.04 0.13
HSL 306.84º 0.55% 0.72% -
HSV(B) 306.84º 0.35% 0.87% -
XYZ 52.54 40.49 68.66 -
YUV 175.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 223 144 214 0 0.35 0.04 0.13 306.84 0.55 0.72
Hex DF 90 D6 0 23 4 D 133 37 48
Octal 337 220 326 0 43 4 15 463 67 110
Binary 11011111 10010000 11010110 0 100011 100 1101 100110011 110111 1001000

Color Harmonies of #DF90D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF90D6

Black with #DF90D6

Text Example


Text Example

White with #DF90D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF90D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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