Html Css Color HEX #DF97CE Plum

📋 copy color: '#DF97CE'

red 223 ◦ green 151 ◦ blue 206

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

Shades of Plum #DF97CE

Tints of Plum #DF97CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 38.45%
G = 26.03%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF97CE (or 0xDF97CE) is known color: Plum. HEX triplet: DF, 97 and CE. RGB value is (223,151,206). Sum of RGB (Red+Green+Blue) = 223+151+206=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97CE is #206831. Grayscale: #B2B2B2. Windows color (decimal): -2123826 or 13539295. OLE color: 13539295.

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

Color convert

RGB 223 151 206 -
CMYK 0 0.32 0.08 0.13
HSL 314.17º 0.53% 0.73% -
HSV(B) 314.17º 0.32% 0.87% -
XYZ 52.64 42.28 63.78 -
YUV 178.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 223 151 206 0 0.32 0.08 0.13 314.17 0.53 0.73
Hex DF 97 CE 0 20 8 D 13A 35 49
Octal 337 227 316 0 40 10 15 472 65 111
Binary 11011111 10010111 11001110 0 100000 1000 1101 100111010 110101 1001001

Color Harmonies of #DF97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97CE

Black with #DF97CE

Text Example


Text Example

White with #DF97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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