Html Css Color HEX #DF97D5 Plum

📋 copy color: '#DF97D5'

red 223 ◦ green 151 ◦ blue 213

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

Shades of Plum #DF97D5

Tints of Plum #DF97D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.29%

R = 37.99%
G = 25.72%
B = 36.29%

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

#DF97D5 (or 0xDF97D5) is known color: Plum. HEX triplet: DF, 97 and D5. RGB value is (223,151,213). Sum of RGB (Red+Green+Blue) = 223+151+213=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97D5 is #20682A. Grayscale: #B3B3B3. Windows color (decimal): -2123819 or 13998047. OLE color: 13998047.

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

Color convert

RGB 223 151 213 -
CMYK 0 0.32 0.04 0.13
HSL 308.33º 0.53% 0.73% -
HSV(B) 308.33º 0.32% 0.87% -
XYZ 53.51 42.63 68.36 -
YUV 179.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 223 151 213 0 0.32 0.04 0.13 308.33 0.53 0.73
Hex DF 97 D5 0 20 4 D 134 35 49
Octal 337 227 325 0 40 4 15 464 65 111
Binary 11011111 10010111 11010101 0 100000 100 1101 100110100 110101 1001001

Color Harmonies of #DF97D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97D5

Black with #DF97D5

Text Example


Text Example

White with #DF97D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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