Html Css Color HEX #DE9AF1 Plum

📋 copy color: '#DE9AF1'

red 222 ◦ green 154 ◦ blue 241

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

Shades of Plum #DE9AF1

Tints of Plum #DE9AF1

RGB

 RED value IS 222 (87.11% from 255) = 35.98%

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

 BLUE value IS 241 (94.53% from 255) = 39.06%

R = 35.98%
G = 24.96%
B = 39.06%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DE9AF1 (or 0xDE9AF1) is known color: Plum. HEX triplet: DE, 9A and F1. RGB value is (222,154,241). Sum of RGB (Red+Green+Blue) = 222+154+241=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE9AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9AF1 is #21650E. Grayscale: #B7B7B7. Windows color (decimal): -2188559 or 15833822. OLE color: 15833822.

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

Color convert

RGB 222 154 241 -
CMYK 0.08 0.36 0 0.05
HSL 286.9º 0.76% 0.77% -
HSV(B) 286.9º 0.36% 0.95% -
XYZ 57.56 44.99 88.87 -
YUV 184.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 222 154 241 0.08 0.36 0 0.05 286.9 0.76 0.77
Hex DE 9A F1 8 24 0 5 11F 4C 4D
Octal 336 232 361 10 44 0 5 437 114 115
Binary 11011110 10011010 11110001 1000 100100 0 101 100011111 1001100 1001101

Color Harmonies of #DE9AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9AF1

Black with #DE9AF1

Text Example


Text Example

White with #DE9AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9AF1; }

 p { color: rgb(222,154,241); }

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

background-color css

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

 a { background-color: rgb(222,154,241); }

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

border-color css

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

 span { border-color: rgb(222,154,241); }

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