Html Css Color HEX #DF92E7 Plum

📋 copy color: '#DF92E7'

red 223 ◦ green 146 ◦ blue 231

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

Shades of Plum #DF92E7

Tints of Plum #DF92E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.5%

R = 37.17%
G = 24.33%
B = 38.5%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF92E7 (or 0xDF92E7) is known color: Plum. HEX triplet: DF, 92 and E7. RGB value is (223,146,231). Sum of RGB (Red+Green+Blue) = 223+146+231=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF92E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92E7 is #206D18. Grayscale: #B2B2B2. Windows color (decimal): -2125081 or 15176415. OLE color: 15176415.

HSL color Cylindrical-coordinate representation of color #DF92E7: hue angle of 294.35º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF92E7 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 146 231 -
CMYK 0.03 0.37 0 0.09
HSL 294.35º 0.64% 0.74% -
HSV(B) 294.35º 0.37% 0.91% -
XYZ 55.13 42.02 80.81 -
YUV 178.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 223 146 231 0.03 0.37 0 0.09 294.35 0.64 0.74
Hex DF 92 E7 3 25 0 9 126 40 4A
Octal 337 222 347 3 45 0 11 446 100 112
Binary 11011111 10010010 11100111 11 100101 0 1001 100100110 1000000 1001010

Color Harmonies of #DF92E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF92E7

Black with #DF92E7

Text Example


Text Example

White with #DF92E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF92E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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