Html Css Color HEX #DF9EEA Plum

📋 copy color: '#DF9EEA'

red 223 ◦ green 158 ◦ blue 234

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

Shades of Plum #DF9EEA

Tints of Plum #DF9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.69%

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

R = 36.26%
G = 25.69%
B = 38.05%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF9EEA (or 0xDF9EEA) is known color: Plum. HEX triplet: DF, 9E and EA. RGB value is (223,158,234). Sum of RGB (Red+Green+Blue) = 223+158+234=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EEA is #206115. Grayscale: #B9B9B9. Windows color (decimal): -2122006 or 15376095. OLE color: 15376095.

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

Color convert

RGB 223 158 234 -
CMYK 0.05 0.32 0 0.08
HSL 291.32º 0.64% 0.77% -
HSV(B) 291.32º 0.32% 0.92% -
XYZ 57.51 46.08 83.71 -
YUV 186.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 223 158 234 0.05 0.32 0 0.08 291.32 0.64 0.77
Hex DF 9E EA 5 20 0 8 123 40 4D
Octal 337 236 352 5 40 0 10 443 100 115
Binary 11011111 10011110 11101010 101 100000 0 1000 100100011 1000000 1001101

Color Harmonies of #DF9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9EEA

Black with #DF9EEA

Text Example


Text Example

White with #DF9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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