Html Css Color HEX #D699FB Mauve

📋 copy color: '#D699FB'

red 214 ◦ green 153 ◦ blue 251

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

Shades of Mauve #D699FB

Tints of Mauve #D699FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.61%

R = 34.63%
G = 24.76%
B = 40.61%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D699FB (or 0xD699FB) is known color: Mauve. HEX triplet: D6, 99 and FB. RGB value is (214,153,251). Sum of RGB (Red+Green+Blue) = 214+153+251=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #D699FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699FB is #296604. Grayscale: #B6B6B6. Windows color (decimal): -2713093 or 16488918. OLE color: 16488918.

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

Color convert

RGB 214 153 251 -
CMYK 0.15 0.39 0 0.02
HSL 277.35º 0.92% 0.79% -
HSV(B) 277.35º 0.39% 0.98% -
XYZ 56.54 44.04 96.79 -
YUV 182.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 214 153 251 0.15 0.39 0 0.02 277.35 0.92 0.79
Hex D6 99 FB F 27 0 2 115 5C 4F
Octal 326 231 373 17 47 0 2 425 134 117
Binary 11010110 10011001 11111011 1111 100111 0 10 100010101 1011100 1001111

Color Harmonies of #D699FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699FB

Black with #D699FB

Text Example


Text Example

White with #D699FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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