Html Css Color HEX #DF9CEC Plum

📋 copy color: '#DF9CEC'

red 223 ◦ green 156 ◦ blue 236

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

Shades of Plum #DF9CEC

Tints of Plum #DF9CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 36.26%
G = 25.37%
B = 38.37%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF9CEC (or 0xDF9CEC) is known color: Plum. HEX triplet: DF, 9C and EC. RGB value is (223,156,236). Sum of RGB (Red+Green+Blue) = 223+156+236=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CEC is #206313. Grayscale: #B8B8B8. Windows color (decimal): -2122516 or 15506655. OLE color: 15506655.

HSL color Cylindrical-coordinate representation of color #DF9CEC: hue angle of 290.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9CEC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 156 236 -
CMYK 0.06 0.34 0 0.07
HSL 290.25º 0.68% 0.77% -
HSV(B) 290.25º 0.34% 0.93% -
XYZ 57.46 45.52 85.11 -
YUV 185.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 223 156 236 0.06 0.34 0 0.07 290.25 0.68 0.77
Hex DF 9C EC 6 22 0 7 122 44 4D
Octal 337 234 354 6 42 0 7 442 104 115
Binary 11011111 10011100 11101100 110 100010 0 111 100100010 1000100 1001101

Color Harmonies of #DF9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9CEC

Black with #DF9CEC

Text Example


Text Example

White with #DF9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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