Html Css Color HEX #DF6F94 Pale Violet Red

📋 copy color: '#DF6F94'

red 223 ◦ green 111 ◦ blue 148

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

Shades of Pale Violet Red #DF6F94

Tints of Pale Violet Red #DF6F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 46.27%
G = 23.03%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF6F94 (or 0xDF6F94) is known color: Pale Violet Red. HEX triplet: DF, 6F and 94. RGB value is (223,111,148). Sum of RGB (Red+Green+Blue) = 223+111+148=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6F94 is #20906B. Grayscale: #949494. Windows color (decimal): -2134124 or 9727967. OLE color: 9727967.

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

Color convert

RGB 223 111 148 -
CMYK 0 0.50 0.34 0.13
HSL 340.18º 0.64% 0.65% -
HSV(B) 340.18º 0.5% 0.87% -
XYZ 41.46 29.19 31.47 -
YUV 148.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 223 111 148 0 0.50 0.34 0.13 340.18 0.64 0.65
Hex DF 6F 94 0 32 22 D 154 40 41
Octal 337 157 224 0 62 42 15 524 100 101
Binary 11011111 1101111 10010100 0 110010 100010 1101 101010100 1000000 1000001

Color Harmonies of #DF6F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6F94

Black with #DF6F94

Text Example


Text Example

White with #DF6F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6F94; }

 p { color: rgb(223,111,148); }

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

background-color css

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

 a { background-color: rgb(223,111,148); }

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

border-color css

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

 span { border-color: rgb(223,111,148); }

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