Html Css Color HEX #D696FB Mauve

📋 copy color: '#D696FB'

red 214 ◦ green 150 ◦ blue 251

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

Shades of Mauve #D696FB

Tints of Mauve #D696FB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.39%

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

R = 34.8%
G = 24.39%
B = 40.81%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D696FB (or 0xD696FB) is known color: Mauve. HEX triplet: D6, 96 and FB. RGB value is (214,150,251). Sum of RGB (Red+Green+Blue) = 214+150+251=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #D696FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696FB is #296904. Grayscale: #B4B4B4. Windows color (decimal): -2713861 or 16488150. OLE color: 16488150.

HSL color Cylindrical-coordinate representation of color #D696FB: hue angle of 278.02º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D696FB is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 150 251 -
CMYK 0.15 0.40 0 0.02
HSL 278.02º 0.93% 0.79% -
HSV(B) 278.02º 0.4% 0.98% -
XYZ 56.05 43.07 96.63 -
YUV 180.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 214 150 251 0.15 0.40 0 0.02 278.02 0.93 0.79
Hex D6 96 FB F 28 0 2 116 5D 4F
Octal 326 226 373 17 50 0 2 426 135 117
Binary 11010110 10010110 11111011 1111 101000 0 10 100010110 1011101 1001111

Color Harmonies of #D696FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696FB

Black with #D696FB

Text Example


Text Example

White with #D696FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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