Html Css Color HEX #DF9AEA Plum

📋 copy color: '#DF9AEA'

red 223 ◦ green 154 ◦ blue 234

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

Shades of Plum #DF9AEA

Tints of Plum #DF9AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 36.5%
G = 25.2%
B = 38.3%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF9AEA (or 0xDF9AEA) is known color: Plum. HEX triplet: DF, 9A and EA. RGB value is (223,154,234). Sum of RGB (Red+Green+Blue) = 223+154+234=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AEA is #206515. Grayscale: #B7B7B7. Windows color (decimal): -2123030 or 15375071. OLE color: 15375071.

HSL color Cylindrical-coordinate representation of color #DF9AEA: hue angle of 291.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9AEA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 154 234 -
CMYK 0.05 0.34 0 0.08
HSL 291.75º 0.66% 0.76% -
HSV(B) 291.75º 0.34% 0.92% -
XYZ 56.84 44.74 83.48 -
YUV 183.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 223 154 234 0.05 0.34 0 0.08 291.75 0.66 0.76
Hex DF 9A EA 5 22 0 8 124 42 4C
Octal 337 232 352 5 42 0 10 444 102 114
Binary 11011111 10011010 11101010 101 100010 0 1000 100100100 1000010 1001100

Color Harmonies of #DF9AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9AEA

Black with #DF9AEA

Text Example


Text Example

White with #DF9AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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