Html Css Color HEX #DF9AE2 Plum

📋 copy color: '#DF9AE2'

red 223 ◦ green 154 ◦ blue 226

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

Shades of Plum #DF9AE2

Tints of Plum #DF9AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.48%

R = 36.98%
G = 25.54%
B = 37.48%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DF9AE2 (or 0xDF9AE2) is known color: Plum. HEX triplet: DF, 9A and E2. RGB value is (223,154,226). Sum of RGB (Red+Green+Blue) = 223+154+226=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #DF9AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AE2 is #20651D. Grayscale: #B6B6B6. Windows color (decimal): -2123038 or 14850783. OLE color: 14850783.

HSL color Cylindrical-coordinate representation of color #DF9AE2: hue angle of 297.5º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9AE2 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 154 226 -
CMYK 0.01 0.32 0 0.11
HSL 297.5º 0.55% 0.75% -
HSV(B) 297.5º 0.32% 0.89% -
XYZ 55.71 44.29 77.56 -
YUV 182.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 223 154 226 0.01 0.32 0 0.11 297.5 0.55 0.75
Hex DF 9A E2 1 20 0 B 12A 37 4B
Octal 337 232 342 1 40 0 13 452 67 113
Binary 11011111 10011010 11100010 1 100000 0 1011 100101010 110111 1001011

Color Harmonies of #DF9AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9AE2

Black with #DF9AE2

Text Example


Text Example

White with #DF9AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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