Html Css Color HEX #DF97D0 Plum

📋 copy color: '#DF97D0'

red 223 ◦ green 151 ◦ blue 208

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

Shades of Plum #DF97D0

Tints of Plum #DF97D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 38.32%
G = 25.95%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF97D0 (or 0xDF97D0) is known color: Plum. HEX triplet: DF, 97 and D0. RGB value is (223,151,208). Sum of RGB (Red+Green+Blue) = 223+151+208=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97D0 is #20682F. Grayscale: #B2B2B2. Windows color (decimal): -2123824 or 13670367. OLE color: 13670367.

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

Color convert

RGB 223 151 208 -
CMYK 0 0.32 0.07 0.13
HSL 312.5º 0.53% 0.73% -
HSV(B) 312.5º 0.32% 0.87% -
XYZ 52.88 42.38 65.07 -
YUV 179.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 223 151 208 0 0.32 0.07 0.13 312.5 0.53 0.73
Hex DF 97 D0 0 20 7 D 138 35 49
Octal 337 227 320 0 40 7 15 470 65 111
Binary 11011111 10010111 11010000 0 100000 111 1101 100111000 110101 1001001

Color Harmonies of #DF97D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97D0

Black with #DF97D0

Text Example


Text Example

White with #DF97D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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