Html Css Color HEX #DF9AEB Plum

📋 copy color: '#DF9AEB'

red 223 ◦ green 154 ◦ blue 235

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

Shades of Plum #DF9AEB

Tints of Plum #DF9AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.4%

R = 36.44%
G = 25.16%
B = 38.4%

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

#DF9AEB (or 0xDF9AEB) is known color: Plum. HEX triplet: DF, 9A and EB. RGB value is (223,154,235). Sum of RGB (Red+Green+Blue) = 223+154+235=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF9AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AEB is #206514. Grayscale: #B7B7B7. Windows color (decimal): -2123029 or 15440607. OLE color: 15440607.

HSL color Cylindrical-coordinate representation of color #DF9AEB: hue angle of 291.11º degrees, saturation: 0.67, 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 #DF9AEB is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 154 235 -
CMYK 0.05 0.34 0 0.08
HSL 291.11º 0.67% 0.76% -
HSV(B) 291.11º 0.34% 0.92% -
XYZ 56.98 44.8 84.24 -
YUV 183.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 223 154 235 0.05 0.34 0 0.08 291.11 0.67 0.76
Hex DF 9A EB 5 22 0 8 123 43 4C
Octal 337 232 353 5 42 0 10 443 103 114
Binary 11011111 10011010 11101011 101 100010 0 1000 100100011 1000011 1001100

Color Harmonies of #DF9AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9AEB

Black with #DF9AEB

Text Example


Text Example

White with #DF9AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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