Html Css Color HEX #D299F9 Mauve

📋 copy color: '#D299F9'

red 210 ◦ green 153 ◦ blue 249

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

Shades of Mauve #D299F9

Tints of Mauve #D299F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.69%

R = 34.31%
G = 25%
B = 40.69%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D299F9 (or 0xD299F9) is known color: Mauve. HEX triplet: D2, 99 and F9. RGB value is (210,153,249). Sum of RGB (Red+Green+Blue) = 210+153+249=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #D299F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D299F9 is #2D6606. Grayscale: #B4B4B4. Windows color (decimal): -2975239 or 16357842. OLE color: 16357842.

HSL color Cylindrical-coordinate representation of color #D299F9: hue angle of 275.62º degrees, saturation: 0.89, 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 #D299F9 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 153 249 -
CMYK 0.16 0.39 0 0.02
HSL 275.63º 0.89% 0.79% -
HSV(B) 275.63º 0.39% 0.98% -
XYZ 55.07 43.32 95.08 -
YUV 180.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 210 153 249 0.16 0.39 0 0.02 275.63 0.89 0.79
Hex D2 99 F9 10 27 0 2 114 59 4F
Octal 322 231 371 20 47 0 2 424 131 117
Binary 11010010 10011001 11111001 10000 100111 0 10 100010100 1011001 1001111

Color Harmonies of #D299F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299F9

Black with #D299F9

Text Example


Text Example

White with #D299F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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