Html Css Color HEX #D69DFB Mauve

📋 copy color: '#D69DFB'

red 214 ◦ green 157 ◦ blue 251

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

Shades of Mauve #D69DFB

Tints of Mauve #D69DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.24%

 BLUE value IS 251 (98.44% from 255) = 40.35%

R = 34.41%
G = 25.24%
B = 40.35%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D69DFB (or 0xD69DFB) is known color: Mauve. HEX triplet: D6, 9D and FB. RGB value is (214,157,251). Sum of RGB (Red+Green+Blue) = 214+157+251=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #D69DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69DFB is #296204. Grayscale: #B8B8B8. Windows color (decimal): -2712069 or 16489942. OLE color: 16489942.

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

Color convert

RGB 214 157 251 -
CMYK 0.15 0.37 0 0.02
HSL 276.38º 0.92% 0.8% -
HSV(B) 276.38º 0.37% 0.98% -
XYZ 57.2 45.38 97.01 -
YUV 184.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 214 157 251 0.15 0.37 0 0.02 276.38 0.92 0.8
Hex D6 9D FB F 25 0 2 114 5C 50
Octal 326 235 373 17 45 0 2 424 134 120
Binary 11010110 10011101 11111011 1111 100101 0 10 100010100 1011100 1010000

Color Harmonies of #D69DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DFB

Black with #D69DFB

Text Example


Text Example

White with #D69DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DFB; }

 p { color: rgb(214,157,251); }

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

background-color css

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

 a { background-color: rgb(214,157,251); }

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

border-color css

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

 span { border-color: rgb(214,157,251); }

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