Html Css Color HEX #DF90CE Plum

📋 copy color: '#DF90CE'

red 223 ◦ green 144 ◦ blue 206

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

Shades of Plum #DF90CE

Tints of Plum #DF90CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.95%

R = 38.92%
G = 25.13%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF90CE (or 0xDF90CE) is known color: Plum. HEX triplet: DF, 90 and CE. RGB value is (223,144,206). Sum of RGB (Red+Green+Blue) = 223+144+206=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90CE is #206F31. Grayscale: #AEAEAE. Windows color (decimal): -2125618 or 13537503. OLE color: 13537503.

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

Color convert

RGB 223 144 206 -
CMYK 0 0.35 0.08 0.13
HSL 312.91º 0.55% 0.72% -
HSV(B) 312.91º 0.35% 0.87% -
XYZ 51.55 40.09 63.41 -
YUV 174.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 223 144 206 0 0.35 0.08 0.13 312.91 0.55 0.72
Hex DF 90 CE 0 23 8 D 139 37 48
Octal 337 220 316 0 43 10 15 471 67 110
Binary 11011111 10010000 11001110 0 100011 1000 1101 100111001 110111 1001000

Color Harmonies of #DF90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF90CE

Black with #DF90CE

Text Example


Text Example

White with #DF90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF90CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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