Html Css Color HEX #DF97D7 Plum

📋 copy color: '#DF97D7'

red 223 ◦ green 151 ◦ blue 215

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

Shades of Plum #DF97D7

Tints of Plum #DF97D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.5%

R = 37.86%
G = 25.64%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF97D7 (or 0xDF97D7) is known color: Plum. HEX triplet: DF, 97 and D7. RGB value is (223,151,215). Sum of RGB (Red+Green+Blue) = 223+151+215=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97D7 is #206828. Grayscale: #B3B3B3. Windows color (decimal): -2123817 or 14129119. OLE color: 14129119.

HSL color Cylindrical-coordinate representation of color #DF97D7: hue angle of 306.67º 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 #DF97D7 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 151 215 -
CMYK 0 0.32 0.04 0.13
HSL 306.67º 0.53% 0.73% -
HSV(B) 306.67º 0.32% 0.87% -
XYZ 53.76 42.73 69.7 -
YUV 179.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 223 151 215 0 0.32 0.04 0.13 306.67 0.53 0.73
Hex DF 97 D7 0 20 4 D 133 35 49
Octal 337 227 327 0 40 4 15 463 65 111
Binary 11011111 10010111 11010111 0 100000 100 1101 100110011 110101 1001001

Color Harmonies of #DF97D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97D7

Black with #DF97D7

Text Example


Text Example

White with #DF97D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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