Html Css Color HEX #DF97DB Plum

📋 copy color: '#DF97DB'

red 223 ◦ green 151 ◦ blue 219

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

Shades of Plum #DF97DB

Tints of Plum #DF97DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.93%

R = 37.61%
G = 25.46%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF97DB (or 0xDF97DB) is known color: Plum. HEX triplet: DF, 97 and DB. RGB value is (223,151,219). Sum of RGB (Red+Green+Blue) = 223+151+219=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97DB is #206824. Grayscale: #B4B4B4. Windows color (decimal): -2123813 or 14391263. OLE color: 14391263.

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

Color convert

RGB 223 151 219 -
CMYK 0 0.32 0.02 0.13
HSL 303.33º 0.53% 0.73% -
HSV(B) 303.33º 0.32% 0.87% -
XYZ 54.28 42.94 72.44 -
YUV 180.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 223 151 219 0 0.32 0.02 0.13 303.33 0.53 0.73
Hex DF 97 DB 0 20 2 D 12F 35 49
Octal 337 227 333 0 40 2 15 457 65 111
Binary 11011111 10010111 11011011 0 100000 10 1101 100101111 110101 1001001

Color Harmonies of #DF97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97DB

Black with #DF97DB

Text Example


Text Example

White with #DF97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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