Html Css Color HEX #DE9CF1 Plum

📋 copy color: '#DE9CF1'

red 222 ◦ green 156 ◦ blue 241

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

Shades of Plum #DE9CF1

Tints of Plum #DE9CF1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.2%

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

R = 35.86%
G = 25.2%
B = 38.93%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DE9CF1 (or 0xDE9CF1) is known color: Plum. HEX triplet: DE, 9C and F1. RGB value is (222,156,241). Sum of RGB (Red+Green+Blue) = 222+156+241=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE9CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9CF1 is #21630E. Grayscale: #B9B9B9. Windows color (decimal): -2188047 or 15834334. OLE color: 15834334.

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

Color convert

RGB 222 156 241 -
CMYK 0.08 0.35 0 0.05
HSL 286.59º 0.75% 0.78% -
HSV(B) 286.59º 0.35% 0.95% -
XYZ 57.89 45.66 88.98 -
YUV 185.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 222 156 241 0.08 0.35 0 0.05 286.59 0.75 0.78
Hex DE 9C F1 8 23 0 5 11F 4B 4E
Octal 336 234 361 10 43 0 5 437 113 116
Binary 11011110 10011100 11110001 1000 100011 0 101 100011111 1001011 1001110

Color Harmonies of #DE9CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9CF1

Black with #DE9CF1

Text Example


Text Example

White with #DE9CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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