Html Css Color HEX #DF96E1 Plum

📋 copy color: '#DF96E1'

red 223 ◦ green 150 ◦ blue 225

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

Shades of Plum #DF96E1

Tints of Plum #DF96E1

RGB

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

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

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

R = 37.29%
G = 25.08%
B = 37.63%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF96E1 (or 0xDF96E1) is known color: Plum. HEX triplet: DF, 96 and E1. RGB value is (223,150,225). Sum of RGB (Red+Green+Blue) = 223+150+225=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96E1 is #20691E. Grayscale: #B4B4B4. Windows color (decimal): -2124063 or 14784223. OLE color: 14784223.

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

Color convert

RGB 223 150 225 -
CMYK 0.01 0.33 0 0.12
HSL 298.4º 0.56% 0.74% -
HSV(B) 298.4º 0.33% 0.88% -
XYZ 54.93 42.94 76.63 -
YUV 180.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 223 150 225 0.01 0.33 0 0.12 298.4 0.56 0.74
Hex DF 96 E1 1 21 0 C 12A 38 4A
Octal 337 226 341 1 41 0 14 452 70 112
Binary 11011111 10010110 11100001 1 100001 0 1100 100101010 111000 1001010

Color Harmonies of #DF96E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96E1

Black with #DF96E1

Text Example


Text Example

White with #DF96E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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