Html Css Color HEX #DF9AFB Mauve

📋 copy color: '#DF9AFB'

red 223 ◦ green 154 ◦ blue 251

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

Shades of Mauve #DF9AFB

Tints of Mauve #DF9AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.52%

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

R = 35.51%
G = 24.52%
B = 39.97%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF9AFB (or 0xDF9AFB) is known color: Mauve. HEX triplet: DF, 9A and FB. RGB value is (223,154,251). Sum of RGB (Red+Green+Blue) = 223+154+251=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF9AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AFB is #206504. Grayscale: #B9B9B9. Windows color (decimal): -2123013 or 16489183. OLE color: 16489183.

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

Color convert

RGB 223 154 251 -
CMYK 0.11 0.39 0 0.02
HSL 282.68º 0.92% 0.79% -
HSV(B) 282.68º 0.39% 0.98% -
XYZ 59.4 45.76 96.97 -
YUV 185.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 223 154 251 0.11 0.39 0 0.02 282.68 0.92 0.79
Hex DF 9A FB B 27 0 2 11B 5C 4F
Octal 337 232 373 13 47 0 2 433 134 117
Binary 11011111 10011010 11111011 1011 100111 0 10 100011011 1011100 1001111

Color Harmonies of #DF9AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9AFB

Black with #DF9AFB

Text Example


Text Example

White with #DF9AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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