Html Css Color HEX #DF9CFB Mauve

📋 copy color: '#DF9CFB'

red 223 ◦ green 156 ◦ blue 251

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

Shades of Mauve #DF9CFB

Tints of Mauve #DF9CFB

RGB

 RED value IS 223 (87.5% from 255) = 35.4%

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

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

R = 35.4%
G = 24.76%
B = 39.84%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF9CFB (or 0xDF9CFB) is known color: Mauve. HEX triplet: DF, 9C and FB. RGB value is (223,156,251). Sum of RGB (Red+Green+Blue) = 223+156+251=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF9CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CFB is #206304. Grayscale: #BABABA. Windows color (decimal): -2122501 or 16489695. OLE color: 16489695.

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

Color convert

RGB 223 156 251 -
CMYK 0.11 0.38 0 0.02
HSL 282.32º 0.92% 0.8% -
HSV(B) 282.32º 0.38% 0.98% -
XYZ 59.73 46.43 97.08 -
YUV 186.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 223 156 251 0.11 0.38 0 0.02 282.32 0.92 0.8
Hex DF 9C FB B 26 0 2 11A 5C 50
Octal 337 234 373 13 46 0 2 432 134 120
Binary 11011111 10011100 11111011 1011 100110 0 10 100011010 1011100 1010000

Color Harmonies of #DF9CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9CFB

Black with #DF9CFB

Text Example


Text Example

White with #DF9CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9CFB; }

 p { color: rgb(223,156,251); }

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

background-color css

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

 a { background-color: rgb(223,156,251); }

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

border-color css

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

 span { border-color: rgb(223,156,251); }

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