Html Css Color HEX #D697FD Mauve

📋 copy color: '#D697FD'

red 214 ◦ green 151 ◦ blue 253

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

Shades of Mauve #D697FD

Tints of Mauve #D697FD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.43%

 BLUE value IS 253 (99.22% from 255) = 40.94%

R = 34.63%
G = 24.43%
B = 40.94%

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

#D697FD (or 0xD697FD) is known color: Mauve. HEX triplet: D6, 97 and FD. RGB value is (214,151,253). Sum of RGB (Red+Green+Blue) = 214+151+253=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #D697FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697FD is #296802. Grayscale: #B5B5B5. Windows color (decimal): -2713603 or 16619478. OLE color: 16619478.

HSL color Cylindrical-coordinate representation of color #D697FD: hue angle of 277.06º degrees, saturation: 0.96, 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 #D697FD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 151 253 -
CMYK 0.15 0.40 0 0.01
HSL 277.06º 0.96% 0.79% -
HSV(B) 277.06º 0.4% 0.99% -
XYZ 56.53 43.52 98.35 -
YUV 181.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 214 151 253 0.15 0.40 0 0.01 277.06 0.96 0.79
Hex D6 97 FD F 28 0 1 115 60 4F
Octal 326 227 375 17 50 0 1 425 140 117
Binary 11010110 10010111 11111101 1111 101000 0 1 100010101 1100000 1001111

Color Harmonies of #D697FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697FD

Black with #D697FD

Text Example


Text Example

White with #D697FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697FD; }

 p { color: rgb(214,151,253); }

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

background-color css

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

 a { background-color: rgb(214,151,253); }

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

border-color css

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

 span { border-color: rgb(214,151,253); }

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