Html Css Color HEX #D69BFC Mauve

📋 copy color: '#D69BFC'

red 214 ◦ green 155 ◦ blue 252

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

Shades of Mauve #D69BFC

Tints of Mauve #D69BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.96%

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

R = 34.46%
G = 24.96%
B = 40.58%

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

#D69BFC (or 0xD69BFC) is known color: Mauve. HEX triplet: D6, 9B and FC. RGB value is (214,155,252). Sum of RGB (Red+Green+Blue) = 214+155+252=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #D69BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BFC is #296403. Grayscale: #B7B7B7. Windows color (decimal): -2712580 or 16554966. OLE color: 16554966.

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

Color convert

RGB 214 155 252 -
CMYK 0.15 0.38 0 0.01
HSL 276.49º 0.94% 0.8% -
HSV(B) 276.49º 0.38% 0.99% -
XYZ 57.02 44.77 97.73 -
YUV 183.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 214 155 252 0.15 0.38 0 0.01 276.49 0.94 0.8
Hex D6 9B FC F 26 0 1 114 5E 50
Octal 326 233 374 17 46 0 1 424 136 120
Binary 11010110 10011011 11111100 1111 100110 0 1 100010100 1011110 1010000

Color Harmonies of #D69BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BFC

Black with #D69BFC

Text Example


Text Example

White with #D69BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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