Html Css Color HEX #DF95D7 Plum

📋 copy color: '#DF95D7'

red 223 ◦ green 149 ◦ blue 215

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

Shades of Plum #DF95D7

Tints of Plum #DF95D7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.38%

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

R = 37.99%
G = 25.38%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF95D7 (or 0xDF95D7) is known color: Plum. HEX triplet: DF, 95 and D7. RGB value is (223,149,215). Sum of RGB (Red+Green+Blue) = 223+149+215=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95D7 is #206A28. Grayscale: #B2B2B2. Windows color (decimal): -2124329 or 14128607. OLE color: 14128607.

HSL color Cylindrical-coordinate representation of color #DF95D7: hue angle of 306.49º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95D7 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 215 -
CMYK 0 0.33 0.04 0.13
HSL 306.49º 0.54% 0.73% -
HSV(B) 306.49º 0.33% 0.87% -
XYZ 53.44 42.09 69.6 -
YUV 178.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 223 149 215 0 0.33 0.04 0.13 306.49 0.54 0.73
Hex DF 95 D7 0 21 4 D 132 36 49
Octal 337 225 327 0 41 4 15 462 66 111
Binary 11011111 10010101 11010111 0 100001 100 1101 100110010 110110 1001001

Color Harmonies of #DF95D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF95D7

Black with #DF95D7

Text Example


Text Example

White with #DF95D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF95D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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