Html Css Color HEX #DF9AE1 Plum

📋 copy color: '#DF9AE1'

red 223 ◦ green 154 ◦ blue 225

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

Shades of Plum #DF9AE1

Tints of Plum #DF9AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.38%

R = 37.04%
G = 25.58%
B = 37.38%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF9AE1 (or 0xDF9AE1) is known color: Plum. HEX triplet: DF, 9A and E1. RGB value is (223,154,225). Sum of RGB (Red+Green+Blue) = 223+154+225=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF9AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AE1 is #20651E. Grayscale: #B6B6B6. Windows color (decimal): -2123039 or 14785247. OLE color: 14785247.

HSL color Cylindrical-coordinate representation of color #DF9AE1: hue angle of 298.31º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9AE1 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 154 225 -
CMYK 0.01 0.32 0 0.12
HSL 298.31º 0.54% 0.74% -
HSV(B) 298.31º 0.32% 0.88% -
XYZ 55.58 44.24 76.84 -
YUV 182.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 223 154 225 0.01 0.32 0 0.12 298.31 0.54 0.74
Hex DF 9A E1 1 20 0 C 12A 36 4A
Octal 337 232 341 1 40 0 14 452 66 112
Binary 11011111 10011010 11100001 1 100000 0 1100 100101010 110110 1001010

Color Harmonies of #DF9AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9AE1

Black with #DF9AE1

Text Example


Text Example

White with #DF9AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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