Html Css Color HEX #DF96DF Plum

📋 copy color: '#DF96DF'

red 223 ◦ green 150 ◦ blue 223

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

Shades of Plum #DF96DF

Tints of Plum #DF96DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.17%

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 37.42%
G = 25.17%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF96DF (or 0xDF96DF) is known color: Plum. HEX triplet: DF, 96 and DF. RGB value is (223,150,223). Sum of RGB (Red+Green+Blue) = 223+150+223=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96DF is #206920. Grayscale: #B3B3B3. Windows color (decimal): -2124065 or 14653151. OLE color: 14653151.

HSL color Cylindrical-coordinate representation of color #DF96DF: hue angle of 300º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF96DF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 150 223 -
CMYK 0 0.33 0 0.13
HSL 300º 0.53% 0.73% -
HSV(B) 300º 0.33% 0.87% -
XYZ 54.66 42.83 75.2 -
YUV 180.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 223 150 223 0 0.33 0 0.13 300 0.53 0.73
Hex DF 96 DF 0 21 0 D 12C 35 49
Octal 337 226 337 0 41 0 15 454 65 111
Binary 11011111 10010110 11011111 0 100001 0 1101 100101100 110101 1001001

Color Harmonies of #DF96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96DF

Black with #DF96DF

Text Example


Text Example

White with #DF96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96DF; }

 p { color: rgb(223,150,223); }

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

background-color css

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

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

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

border-color css

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

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

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