Html Css Color HEX #D69CFD Mauve

📋 copy color: '#D69CFD'

red 214 ◦ green 156 ◦ blue 253

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

Shades of Mauve #D69CFD

Tints of Mauve #D69CFD

RGB

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

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

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

R = 34.35%
G = 25.04%
B = 40.61%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D69CFD (or 0xD69CFD) is known color: Mauve. HEX triplet: D6, 9C and FD. RGB value is (214,156,253). Sum of RGB (Red+Green+Blue) = 214+156+253=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #D69CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CFD is #296302. Grayscale: #B8B8B8. Windows color (decimal): -2712323 or 16620758. OLE color: 16620758.

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

Color convert

RGB 214 156 253 -
CMYK 0.15 0.38 0 0.01
HSL 275.88º 0.96% 0.8% -
HSV(B) 275.88º 0.38% 0.99% -
XYZ 57.35 45.16 98.62 -
YUV 184.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 214 156 253 0.15 0.38 0 0.01 275.88 0.96 0.8
Hex D6 9C FD F 26 0 1 114 60 50
Octal 326 234 375 17 46 0 1 424 140 120
Binary 11010110 10011100 11111101 1111 100110 0 1 100010100 1100000 1010000

Color Harmonies of #D69CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CFD

Black with #D69CFD

Text Example


Text Example

White with #D69CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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