Html Css Color HEX #DF9CE8 Plum

📋 copy color: '#DF9CE8'

red 223 ◦ green 156 ◦ blue 232

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

Shades of Plum #DF9CE8

Tints of Plum #DF9CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.97%

R = 36.5%
G = 25.53%
B = 37.97%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF9CE8 (or 0xDF9CE8) is known color: Plum. HEX triplet: DF, 9C and E8. RGB value is (223,156,232). Sum of RGB (Red+Green+Blue) = 223+156+232=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF9CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CE8 is #206317. Grayscale: #B8B8B8. Windows color (decimal): -2122520 or 15244511. OLE color: 15244511.

HSL color Cylindrical-coordinate representation of color #DF9CE8: hue angle of 292.89º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9CE8 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 156 232 -
CMYK 0.04 0.33 0 0.09
HSL 292.89º 0.62% 0.76% -
HSV(B) 292.89º 0.33% 0.91% -
XYZ 56.89 45.29 82.09 -
YUV 184.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 223 156 232 0.04 0.33 0 0.09 292.89 0.62 0.76
Hex DF 9C E8 4 21 0 9 125 3E 4C
Octal 337 234 350 4 41 0 11 445 76 114
Binary 11011111 10011100 11101000 100 100001 0 1001 100100101 111110 1001100

Color Harmonies of #DF9CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9CE8

Black with #DF9CE8

Text Example


Text Example

White with #DF9CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9CE8; }

 p { color: rgb(223,156,232); }

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

background-color css

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

 a { background-color: rgb(223,156,232); }

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

border-color css

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

 span { border-color: rgb(223,156,232); }

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