Html Css Color HEX #DF6A9F Pale Violet Red

📋 copy color: '#DF6A9F'

red 223 ◦ green 106 ◦ blue 159

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

Shades of Pale Violet Red #DF6A9F

Tints of Pale Violet Red #DF6A9F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

 BLUE value IS 159 (62.5% from 255) = 32.58%

R = 45.7%
G = 21.72%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF6A9F (or 0xDF6A9F) is known color: Pale Violet Red. HEX triplet: DF, 6A and 9F. RGB value is (223,106,159). Sum of RGB (Red+Green+Blue) = 223+106+159=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6A9F is #209560. Grayscale: #929292. Windows color (decimal): -2135393 or 10447583. OLE color: 10447583.

HSL color Cylindrical-coordinate representation of color #DF6A9F: hue angle of 332.82º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6A9F is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 159 -
CMYK 0 0.52 0.29 0.13
HSL 332.82º 0.65% 0.65% -
HSV(B) 332.82º 0.52% 0.87% -
XYZ 41.84 28.5 36.1 -
YUV 147.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 223 106 159 0 0.52 0.29 0.13 332.82 0.65 0.65
Hex DF 6A 9F 0 34 1D D 14D 41 41
Octal 337 152 237 0 64 35 15 515 101 101
Binary 11011111 1101010 10011111 0 110100 11101 1101 101001101 1000001 1000001

Color Harmonies of #DF6A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A9F

Black with #DF6A9F

Text Example


Text Example

White with #DF6A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A9F; }

 p { color: rgb(223,106,159); }

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

background-color css

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

 a { background-color: rgb(223,106,159); }

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

border-color css

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

 span { border-color: rgb(223,106,159); }

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