Html Css Color HEX #DF97EF Plum

📋 copy color: '#DF97EF'

red 223 ◦ green 151 ◦ blue 239

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

Shades of Plum #DF97EF

Tints of Plum #DF97EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.63%

 BLUE value IS 239 (93.75% from 255) = 38.99%

R = 36.38%
G = 24.63%
B = 38.99%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF97EF (or 0xDF97EF) is known color: Plum. HEX triplet: DF, 97 and EF. RGB value is (223,151,239). Sum of RGB (Red+Green+Blue) = 223+151+239=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF97EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF97EF is #206810. Grayscale: #B6B6B6. Windows color (decimal): -2123793 or 15701983. OLE color: 15701983.

HSL color Cylindrical-coordinate representation of color #DF97EF: hue angle of 289.09º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF97EF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 151 239 -
CMYK 0.07 0.37 0 0.06
HSL 289.09º 0.73% 0.76% -
HSV(B) 289.09º 0.37% 0.94% -
XYZ 57.08 44.05 87.16 -
YUV 182.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 223 151 239 0.07 0.37 0 0.06 289.09 0.73 0.76
Hex DF 97 EF 7 25 0 6 121 49 4C
Octal 337 227 357 7 45 0 6 441 111 114
Binary 11011111 10010111 11101111 111 100101 0 110 100100001 1001001 1001100

Color Harmonies of #DF97EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97EF

Black with #DF97EF

Text Example


Text Example

White with #DF97EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97EF; }

 p { color: rgb(223,151,239); }

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

background-color css

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

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

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

border-color css

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

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

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