Html Css Color HEX #D699FA Mauve

📋 copy color: '#D699FA'

red 214 ◦ green 153 ◦ blue 250

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

Shades of Mauve #D699FA

Tints of Mauve #D699FA

RGB

 RED value IS 214 (83.98% from 255) = 34.68%

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

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

R = 34.68%
G = 24.8%
B = 40.52%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D699FA (or 0xD699FA) is known color: Mauve. HEX triplet: D6, 99 and FA. RGB value is (214,153,250). Sum of RGB (Red+Green+Blue) = 214+153+250=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #D699FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699FA is #296605. Grayscale: #B5B5B5. Windows color (decimal): -2713094 or 16423382. OLE color: 16423382.

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

Color convert

RGB 214 153 250 -
CMYK 0.14 0.39 0 0.02
HSL 277.73º 0.91% 0.79% -
HSV(B) 277.73º 0.39% 0.98% -
XYZ 56.38 43.98 95.96 -
YUV 182.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 214 153 250 0.14 0.39 0 0.02 277.73 0.91 0.79
Hex D6 99 FA E 27 0 2 116 5B 4F
Octal 326 231 372 16 47 0 2 426 133 117
Binary 11010110 10011001 11111010 1110 100111 0 10 100010110 1011011 1001111

Color Harmonies of #D699FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699FA

Black with #D699FA

Text Example


Text Example

White with #D699FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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