Html Css Color HEX #D69EFC Mauve

📋 copy color: '#D69EFC'

red 214 ◦ green 158 ◦ blue 252

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

Shades of Mauve #D69EFC

Tints of Mauve #D69EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.32%

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

R = 34.29%
G = 25.32%
B = 40.38%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D69EFC (or 0xD69EFC) is known color: Mauve. HEX triplet: D6, 9E and FC. RGB value is (214,158,252). Sum of RGB (Red+Green+Blue) = 214+158+252=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #D69EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EFC is #296103. Grayscale: #B9B9B9. Windows color (decimal): -2711812 or 16555734. OLE color: 16555734.

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

Color convert

RGB 214 158 252 -
CMYK 0.15 0.37 0 0.01
HSL 275.74º 0.94% 0.8% -
HSV(B) 275.74º 0.37% 0.99% -
XYZ 57.53 45.78 97.9 -
YUV 185.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 214 158 252 0.15 0.37 0 0.01 275.74 0.94 0.8
Hex D6 9E FC F 25 0 1 114 5E 50
Octal 326 236 374 17 45 0 1 424 136 120
Binary 11010110 10011110 11111100 1111 100101 0 1 100010100 1011110 1010000

Color Harmonies of #D69EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EFC

Black with #D69EFC

Text Example


Text Example

White with #D69EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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