Html Css Color HEX #DA99FF Mauve

📋 copy color: '#DA99FF'

red 218 ◦ green 153 ◦ blue 255

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

Shades of Mauve #DA99FF

Tints of Mauve #DA99FF

RGB

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

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

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

R = 34.82%
G = 24.44%
B = 40.73%

CMYK

 C value IS 0.15

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA99FF (or 0xDA99FF) is known color: Mauve. HEX triplet: DA, 99 and FF. RGB value is (218,153,255). Sum of RGB (Red+Green+Blue) = 218+153+255=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99FF is #256600. Grayscale: #B7B7B7. Windows color (decimal): -2450945 or 16751066. OLE color: 16751066.

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

Color convert

RGB 218 153 255 -
CMYK 0.15 0.4 0 0
HSL 278.24º 1% 0.8% -
HSV(B) 278.24º 0.4% 1% -
XYZ 58.35 44.91 100.2 -
YUV 184.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 218 153 255 0.15 0.4 0 0 278.24 1 0.8
Hex DA 99 FF F 28 0 0 116 64 50
Octal 332 231 377 17 50 0 0 426 144 120
Binary 11011010 10011001 11111111 1111 101000 0 0 100010110 1100100 1010000

Color Harmonies of #DA99FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99FF

Black with #DA99FF

Text Example


Text Example

White with #DA99FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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