Html Css Color HEX #DF97DA Plum

📋 copy color: '#DF97DA'

red 223 ◦ green 151 ◦ blue 218

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

Shades of Plum #DF97DA

Tints of Plum #DF97DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 37.67%
G = 25.51%
B = 36.82%

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

#DF97DA (or 0xDF97DA) is known color: Plum. HEX triplet: DF, 97 and DA. RGB value is (223,151,218). Sum of RGB (Red+Green+Blue) = 223+151+218=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97DA is #206825. Grayscale: #B3B3B3. Windows color (decimal): -2123814 or 14325727. OLE color: 14325727.

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

Color convert

RGB 223 151 218 -
CMYK 0 0.32 0.02 0.13
HSL 304.17º 0.53% 0.73% -
HSV(B) 304.17º 0.32% 0.87% -
XYZ 54.15 42.88 71.75 -
YUV 180.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 223 151 218 0 0.32 0.02 0.13 304.17 0.53 0.73
Hex DF 97 DA 0 20 2 D 130 35 49
Octal 337 227 332 0 40 2 15 460 65 111
Binary 11011111 10010111 11011010 0 100000 10 1101 100110000 110101 1001001

Color Harmonies of #DF97DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97DA

Black with #DF97DA

Text Example


Text Example

White with #DF97DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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