Html Css Color HEX #DA99FA Mauve

📋 copy color: '#DA99FA'

red 218 ◦ green 153 ◦ blue 250

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

Shades of Mauve #DA99FA

Tints of Mauve #DA99FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.64%

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 35.1%
G = 24.64%
B = 40.26%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA99FA (or 0xDA99FA) is known color: Mauve. HEX triplet: DA, 99 and FA. RGB value is (218,153,250). Sum of RGB (Red+Green+Blue) = 218+153+250=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99FA is #256605. Grayscale: #B7B7B7. Windows color (decimal): -2450950 or 16423386. OLE color: 16423386.

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

Color convert

RGB 218 153 250 -
CMYK 0.13 0.39 0 0.02
HSL 280.21º 0.91% 0.79% -
HSV(B) 280.21º 0.39% 0.98% -
XYZ 57.56 44.59 96.02 -
YUV 183.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 218 153 250 0.13 0.39 0 0.02 280.21 0.91 0.79
Hex DA 99 FA D 27 0 2 118 5B 4F
Octal 332 231 372 15 47 0 2 430 133 117
Binary 11011010 10011001 11111010 1101 100111 0 10 100011000 1011011 1001111

Color Harmonies of #DA99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99FA

Black with #DA99FA

Text Example


Text Example

White with #DA99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99FA; }

 p { color: rgb(218,153,250); }

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

background-color css

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

 a { background-color: rgb(218,153,250); }

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

border-color css

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

 span { border-color: rgb(218,153,250); }

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