Html Css Color HEX #DF90CF Plum

📋 copy color: '#DF90CF'

red 223 ◦ green 144 ◦ blue 207

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

Shades of Plum #DF90CF

Tints of Plum #DF90CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 38.85%
G = 25.09%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF90CF (or 0xDF90CF) is known color: Plum. HEX triplet: DF, 90 and CF. RGB value is (223,144,207). Sum of RGB (Red+Green+Blue) = 223+144+207=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90CF is #206F30. Grayscale: #AEAEAE. Windows color (decimal): -2125617 or 13603039. OLE color: 13603039.

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

Color convert

RGB 223 144 207 -
CMYK 0 0.35 0.07 0.13
HSL 312.15º 0.55% 0.72% -
HSV(B) 312.15º 0.35% 0.87% -
XYZ 51.67 40.14 64.06 -
YUV 174.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 223 144 207 0 0.35 0.07 0.13 312.15 0.55 0.72
Hex DF 90 CF 0 23 7 D 138 37 48
Octal 337 220 317 0 43 7 15 470 67 110
Binary 11011111 10010000 11001111 0 100011 111 1101 100111000 110111 1001000

Color Harmonies of #DF90CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF90CF

Black with #DF90CF

Text Example


Text Example

White with #DF90CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF90CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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