Html Css Color HEX #DF92CF Plum

📋 copy color: '#DF92CF'

red 223 ◦ green 146 ◦ blue 207

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

Shades of Plum #DF92CF

Tints of Plum #DF92CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 38.72%
G = 25.35%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF92CF (or 0xDF92CF) is known color: Plum. HEX triplet: DF, 92 and CF. RGB value is (223,146,207). Sum of RGB (Red+Green+Blue) = 223+146+207=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92CF is #206D30. Grayscale: #AFAFAF. Windows color (decimal): -2125105 or 13603551. OLE color: 13603551.

HSL color Cylindrical-coordinate representation of color #DF92CF: hue angle of 312.47º 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 #DF92CF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 146 207 -
CMYK 0 0.35 0.07 0.13
HSL 312.47º 0.55% 0.72% -
HSV(B) 312.47º 0.35% 0.87% -
XYZ 51.97 40.75 64.16 -
YUV 175.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 223 146 207 0 0.35 0.07 0.13 312.47 0.55 0.72
Hex DF 92 CF 0 23 7 D 138 37 48
Octal 337 222 317 0 43 7 15 470 67 110
Binary 11011111 10010010 11001111 0 100011 111 1101 100111000 110111 1001000

Color Harmonies of #DF92CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF92CF

Black with #DF92CF

Text Example


Text Example

White with #DF92CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF92CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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