Html Css Color HEX #DA92F8 Mauve

📋 copy color: '#DA92F8'

red 218 ◦ green 146 ◦ blue 248

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

Shades of Mauve #DA92F8

Tints of Mauve #DA92F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.52%

R = 35.62%
G = 23.86%
B = 40.52%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DA92F8 (or 0xDA92F8) is known color: Mauve. HEX triplet: DA, 92 and F8. RGB value is (218,146,248). Sum of RGB (Red+Green+Blue) = 218+146+248=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA92F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA92F8 is #256D07. Grayscale: #B2B2B2. Windows color (decimal): -2452744 or 16290522. OLE color: 16290522.

HSL color Cylindrical-coordinate representation of color #DA92F8: hue angle of 282.35º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA92F8 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 146 248 -
CMYK 0.12 0.41 0 0.03
HSL 282.35º 0.88% 0.77% -
HSV(B) 282.35º 0.41% 0.97% -
XYZ 56.14 42.24 94 -
YUV 179.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 218 146 248 0.12 0.41 0 0.03 282.35 0.88 0.77
Hex DA 92 F8 C 29 0 3 11A 58 4D
Octal 332 222 370 14 51 0 3 432 130 115
Binary 11011010 10010010 11111000 1100 101001 0 11 100011010 1011000 1001101

Color Harmonies of #DA92F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA92F8

Black with #DA92F8

Text Example


Text Example

White with #DA92F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA92F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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