Html Css Color HEX #D69CFF Mauve

📋 copy color: '#D69CFF'

red 214 ◦ green 156 ◦ blue 255

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

Shades of Mauve #D69CFF

Tints of Mauve #D69CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.96%

 BLUE value IS 255 (100% from 255) = 40.8%

R = 34.24%
G = 24.96%
B = 40.8%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D69CFF (or 0xD69CFF) is known color: Mauve. HEX triplet: D6, 9C and FF. RGB value is (214,156,255). Sum of RGB (Red+Green+Blue) = 214+156+255=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #D69CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CFF is #296300. Grayscale: #B8B8B8. Windows color (decimal): -2712321 or 16751830. OLE color: 16751830.

HSL color Cylindrical-coordinate representation of color #D69CFF: hue angle of 275.15º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D69CFF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 156 255 -
CMYK 0.16 0.39 0 0
HSL 275.15º 1% 0.81% -
HSV(B) 275.15º 0.39% 1% -
XYZ 57.67 45.29 100.31 -
YUV 184.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 214 156 255 0.16 0.39 0 0 275.15 1 0.81
Hex D6 9C FF 10 27 0 0 113 64 51
Octal 326 234 377 20 47 0 0 423 144 121
Binary 11010110 10011100 11111111 10000 100111 0 0 100010011 1100100 1010001

Color Harmonies of #D69CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CFF

Black with #D69CFF

Text Example


Text Example

White with #D69CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CFF; }

 p { color: rgb(214,156,255); }

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

background-color css

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

 a { background-color: rgb(214,156,255); }

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

border-color css

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

 span { border-color: rgb(214,156,255); }

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