Html Css Color HEX #DF9CE1 Plum

📋 copy color: '#DF9CE1'

red 223 ◦ green 156 ◦ blue 225

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

Shades of Plum #DF9CE1

Tints of Plum #DF9CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 36.92%
G = 25.83%
B = 37.25%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF9CE1 (or 0xDF9CE1) is known color: Plum. HEX triplet: DF, 9C and E1. RGB value is (223,156,225). Sum of RGB (Red+Green+Blue) = 223+156+225=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF9CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CE1 is #20631E. Grayscale: #B7B7B7. Windows color (decimal): -2122527 or 14785759. OLE color: 14785759.

HSL color Cylindrical-coordinate representation of color #DF9CE1: hue angle of 298.26º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9CE1 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 156 225 -
CMYK 0.01 0.31 0 0.12
HSL 298.26º 0.53% 0.75% -
HSV(B) 298.26º 0.31% 0.88% -
XYZ 55.91 44.9 76.95 -
YUV 183.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 223 156 225 0.01 0.31 0 0.12 298.26 0.53 0.75
Hex DF 9C E1 1 1F 0 C 12A 35 4B
Octal 337 234 341 1 37 0 14 452 65 113
Binary 11011111 10011100 11100001 1 11111 0 1100 100101010 110101 1001011

Color Harmonies of #DF9CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9CE1

Black with #DF9CE1

Text Example


Text Example

White with #DF9CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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