Html Css Color HEX #D698FC Mauve

📋 copy color: '#D698FC'

red 214 ◦ green 152 ◦ blue 252

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

Shades of Mauve #D698FC

Tints of Mauve #D698FC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.6%

 BLUE value IS 252 (98.83% from 255) = 40.78%

R = 34.63%
G = 24.6%
B = 40.78%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D698FC (or 0xD698FC) is known color: Mauve. HEX triplet: D6, 98 and FC. RGB value is (214,152,252). Sum of RGB (Red+Green+Blue) = 214+152+252=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #D698FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698FC is #296703. Grayscale: #B5B5B5. Windows color (decimal): -2713348 or 16554198. OLE color: 16554198.

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

Color convert

RGB 214 152 252 -
CMYK 0.15 0.40 0 0.01
HSL 277.2º 0.94% 0.79% -
HSV(B) 277.2º 0.4% 0.99% -
XYZ 56.53 43.78 97.57 -
YUV 181.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 214 152 252 0.15 0.40 0 0.01 277.2 0.94 0.79
Hex D6 98 FC F 28 0 1 115 5E 4F
Octal 326 230 374 17 50 0 1 425 136 117
Binary 11010110 10011000 11111100 1111 101000 0 1 100010101 1011110 1001111

Color Harmonies of #D698FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698FC

Black with #D698FC

Text Example


Text Example

White with #D698FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698FC; }

 p { color: rgb(214,152,252); }

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

background-color css

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

 a { background-color: rgb(214,152,252); }

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

border-color css

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

 span { border-color: rgb(214,152,252); }

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