Html Css Color HEX #DF92E1 Plum

📋 copy color: '#DF92E1'

red 223 ◦ green 146 ◦ blue 225

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

Shades of Plum #DF92E1

Tints of Plum #DF92E1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.58%

 BLUE value IS 225 (88.28% from 255) = 37.88%

R = 37.54%
G = 24.58%
B = 37.88%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF92E1 (or 0xDF92E1) is known color: Plum. HEX triplet: DF, 92 and E1. RGB value is (223,146,225). Sum of RGB (Red+Green+Blue) = 223+146+225=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF92E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92E1 is #206D1E. Grayscale: #B1B1B1. Windows color (decimal): -2125087 or 14783199. OLE color: 14783199.

HSL color Cylindrical-coordinate representation of color #DF92E1: hue angle of 298.48º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF92E1 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 146 225 -
CMYK 0.01 0.35 0 0.12
HSL 298.48º 0.57% 0.73% -
HSV(B) 298.48º 0.35% 0.88% -
XYZ 54.3 41.68 76.42 -
YUV 178.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 223 146 225 0.01 0.35 0 0.12 298.48 0.57 0.73
Hex DF 92 E1 1 23 0 C 12A 39 49
Octal 337 222 341 1 43 0 14 452 71 111
Binary 11011111 10010010 11100001 1 100011 0 1100 100101010 111001 1001001

Color Harmonies of #DF92E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF92E1

Black with #DF92E1

Text Example


Text Example

White with #DF92E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF92E1; }

 p { color: rgb(223,146,225); }

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

background-color css

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

 a { background-color: rgb(223,146,225); }

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

border-color css

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

 span { border-color: rgb(223,146,225); }

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