Html Css Color HEX #DF92DB Plum

📋 copy color: '#DF92DB'

red 223 ◦ green 146 ◦ blue 219

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

Shades of Plum #DF92DB

Tints of Plum #DF92DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 37.93%
G = 24.83%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF92DB (or 0xDF92DB) is known color: Plum. HEX triplet: DF, 92 and DB. RGB value is (223,146,219). Sum of RGB (Red+Green+Blue) = 223+146+219=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92DB is #206D24. Grayscale: #B1B1B1. Windows color (decimal): -2125093 or 14389983. OLE color: 14389983.

HSL color Cylindrical-coordinate representation of color #DF92DB: hue angle of 303.12º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF92DB is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 146 219 -
CMYK 0 0.35 0.02 0.13
HSL 303.12º 0.55% 0.72% -
HSV(B) 303.12º 0.35% 0.87% -
XYZ 53.5 41.36 72.18 -
YUV 177.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 223 146 219 0 0.35 0.02 0.13 303.12 0.55 0.72
Hex DF 92 DB 0 23 2 D 12F 37 48
Octal 337 222 333 0 43 2 15 457 67 110
Binary 11011111 10010010 11011011 0 100011 10 1101 100101111 110111 1001000

Color Harmonies of #DF92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF92DB

Black with #DF92DB

Text Example


Text Example

White with #DF92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF92DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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