Html Css Color HEX #D299FF Mauve

📋 copy color: '#D299FF'

red 210 ◦ green 153 ◦ blue 255

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

Shades of Mauve #D299FF

Tints of Mauve #D299FF

RGB

 RED value IS 210 (82.42% from 255) = 33.98%

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

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

R = 33.98%
G = 24.76%
B = 41.26%

CMYK

 C value IS 0.18

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D299FF (or 0xD299FF) is known color: Mauve. HEX triplet: D2, 99 and FF. RGB value is (210,153,255). Sum of RGB (Red+Green+Blue) = 210+153+255=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #D299FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D299FF is #2D6600. Grayscale: #B5B5B5. Windows color (decimal): -2975233 or 16751058. OLE color: 16751058.

HSL color Cylindrical-coordinate representation of color #D299FF: hue angle of 273.53º 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 #D299FF is Cyan = 0.18, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 153 255 -
CMYK 0.18 0.4 0 0
HSL 273.53º 1% 0.8% -
HSV(B) 273.53º 0.4% 1% -
XYZ 56.02 43.7 100.09 -
YUV 181.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 210 153 255 0.18 0.4 0 0 273.53 1 0.8
Hex D2 99 FF 12 28 0 0 112 64 50
Octal 322 231 377 22 50 0 0 422 144 120
Binary 11010010 10011001 11111111 10010 101000 0 0 100010010 1100100 1010000

Color Harmonies of #D299FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299FF

Black with #D299FF

Text Example


Text Example

White with #D299FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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