Html Css Color HEX #DA92FB Mauve

📋 copy color: '#DA92FB'

red 218 ◦ green 146 ◦ blue 251

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

Shades of Mauve #DA92FB

Tints of Mauve #DA92FB

RGB

 RED value IS 218 (85.55% from 255) = 35.45%

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

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 35.45%
G = 23.74%
B = 40.81%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA92FB (or 0xDA92FB) is known color: Mauve. HEX triplet: DA, 92 and FB. RGB value is (218,146,251). Sum of RGB (Red+Green+Blue) = 218+146+251=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA92FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA92FB is #256D04. Grayscale: #B3B3B3. Windows color (decimal): -2452741 or 16487130. OLE color: 16487130.

HSL color Cylindrical-coordinate representation of color #DA92FB: hue angle of 281.14º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA92FB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 146 251 -
CMYK 0.13 0.42 0 0.02
HSL 281.14º 0.93% 0.78% -
HSV(B) 281.14º 0.42% 0.98% -
XYZ 56.6 42.43 96.47 -
YUV 179.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 218 146 251 0.13 0.42 0 0.02 281.14 0.93 0.78
Hex DA 92 FB D 2A 0 2 119 5D 4E
Octal 332 222 373 15 52 0 2 431 135 116
Binary 11011010 10010010 11111011 1101 101010 0 10 100011001 1011101 1001110

Color Harmonies of #DA92FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA92FB

Black with #DA92FB

Text Example


Text Example

White with #DA92FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA92FB; }

 p { color: rgb(218,146,251); }

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

background-color css

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

 a { background-color: rgb(218,146,251); }

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

border-color css

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

 span { border-color: rgb(218,146,251); }

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