Html Css Color HEX #DF96E7 Plum

📋 copy color: '#DF96E7'

red 223 ◦ green 150 ◦ blue 231

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

Shades of Plum #DF96E7

Tints of Plum #DF96E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.25%

R = 36.92%
G = 24.83%
B = 38.25%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF96E7 (or 0xDF96E7) is known color: Plum. HEX triplet: DF, 96 and E7. RGB value is (223,150,231). Sum of RGB (Red+Green+Blue) = 223+150+231=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF96E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96E7 is #206918. Grayscale: #B4B4B4. Windows color (decimal): -2124057 or 15177439. OLE color: 15177439.

HSL color Cylindrical-coordinate representation of color #DF96E7: hue angle of 294.07º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF96E7 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 150 231 -
CMYK 0.03 0.35 0 0.09
HSL 294.07º 0.63% 0.75% -
HSV(B) 294.07º 0.35% 0.91% -
XYZ 55.76 43.27 81.01 -
YUV 181.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 223 150 231 0.03 0.35 0 0.09 294.07 0.63 0.75
Hex DF 96 E7 3 23 0 9 126 3F 4B
Octal 337 226 347 3 43 0 11 446 77 113
Binary 11011111 10010110 11100111 11 100011 0 1001 100100110 111111 1001011

Color Harmonies of #DF96E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96E7

Black with #DF96E7

Text Example


Text Example

White with #DF96E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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