Html Css Color HEX #DF9ADE Plum

📋 copy color: '#DF9ADE'

red 223 ◦ green 154 ◦ blue 222

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

Shades of Plum #DF9ADE

Tints of Plum #DF9ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.71%

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 37.23%
G = 25.71%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF9ADE (or 0xDF9ADE) is known color: Plum. HEX triplet: DF, 9A and DE. RGB value is (223,154,222). Sum of RGB (Red+Green+Blue) = 223+154+222=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ADE is #206521. Grayscale: #B6B6B6. Windows color (decimal): -2123042 or 14588639. OLE color: 14588639.

HSL color Cylindrical-coordinate representation of color #DF9ADE: hue angle of 300.87º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9ADE is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 154 222 -
CMYK 0 0.31 0.00 0.13
HSL 300.87º 0.52% 0.74% -
HSV(B) 300.87º 0.31% 0.87% -
XYZ 55.17 44.07 74.71 -
YUV 182.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 223 154 222 0 0.31 0.00 0.13 300.87 0.52 0.74
Hex DF 9A DE 0 1F 0 D 12D 34 4A
Octal 337 232 336 0 37 0 15 455 64 112
Binary 11011111 10011010 11011110 0 11111 0 1101 100101101 110100 1001010

Color Harmonies of #DF9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9ADE

Black with #DF9ADE

Text Example


Text Example

White with #DF9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9ADE; }

 p { color: rgb(223,154,222); }

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

background-color css

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

 a { background-color: rgb(223,154,222); }

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

border-color css

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

 span { border-color: rgb(223,154,222); }

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