Html Css Color HEX #DF92FF Mauve

📋 copy color: '#DF92FF'

red 223 ◦ green 146 ◦ blue 255

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

Shades of Mauve #DF92FF

Tints of Mauve #DF92FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.87%

R = 35.74%
G = 23.4%
B = 40.87%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF92FF (or 0xDF92FF) is known color: Mauve. HEX triplet: DF, 92 and FF. RGB value is (223,146,255). Sum of RGB (Red+Green+Blue) = 223+146+255=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 146 (57.42% from 255 or 23.40% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92FF is #206D00. Grayscale: #B5B5B5. Windows color (decimal): -2125057 or 16749279. OLE color: 16749279.

HSL color Cylindrical-coordinate representation of color #DF92FF: hue angle of 282.39º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF92FF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 223 146 255 -
CMYK 0.13 0.43 0 0
HSL 282.39º 1% 0.79% -
HSV(B) 282.39º 0.43% 1% -
XYZ 58.76 43.47 99.9 -
YUV 181.45 169.51 157.64 -
System Red Green Blue C M Y K H S L
Decimal 223 146 255 0.13 0.43 0 0 282.39 1 0.79
Hex DF 92 FF D 2B 0 0 11A 64 4F
Octal 337 222 377 15 53 0 0 432 144 117
Binary 11011111 10010010 11111111 1101 101011 0 0 100011010 1100100 1001111

Color Harmonies of #DF92FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF92FF

Black with #DF92FF

Text Example


Text Example

White with #DF92FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF92FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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