Html Css Color HEX #DF6F92 Pale Violet Red

📋 copy color: '#DF6F92'

red 223 ◦ green 111 ◦ blue 146

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

Shades of Pale Violet Red #DF6F92

Tints of Pale Violet Red #DF6F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.42%

R = 46.46%
G = 23.13%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF6F92 (or 0xDF6F92) is known color: Pale Violet Red. HEX triplet: DF, 6F and 92. RGB value is (223,111,146). Sum of RGB (Red+Green+Blue) = 223+111+146=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6F92 is #20906D. Grayscale: #949494. Windows color (decimal): -2134126 or 9596895. OLE color: 9596895.

HSL color Cylindrical-coordinate representation of color #DF6F92: hue angle of 341.25º 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 #DF6F92 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 146 -
CMYK 0 0.50 0.35 0.13
HSL 341.25º 0.64% 0.65% -
HSV(B) 341.25º 0.5% 0.87% -
XYZ 41.3 29.13 30.64 -
YUV 148.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 223 111 146 0 0.50 0.35 0.13 341.25 0.64 0.65
Hex DF 6F 92 0 32 23 D 155 40 41
Octal 337 157 222 0 62 43 15 525 100 101
Binary 11011111 1101111 10010010 0 110010 100011 1101 101010101 1000000 1000001

Color Harmonies of #DF6F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6F92

Black with #DF6F92

Text Example


Text Example

White with #DF6F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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