Html Css Color HEX #DF7093 Pale Violet Red

📋 copy color: '#DF7093'

red 223 ◦ green 112 ◦ blue 147

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

Shades of Pale Violet Red #DF7093

Tints of Pale Violet Red #DF7093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.24%

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 46.27%
G = 23.24%
B = 30.5%

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

#DF7093 (or 0xDF7093) is known color: Pale Violet Red. HEX triplet: DF, 70 and 93. RGB value is (223,112,147). Sum of RGB (Red+Green+Blue) = 223+112+147=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7093 is #208F6C. Grayscale: #959595. Windows color (decimal): -2133869 or 9662687. OLE color: 9662687.

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

Color convert

RGB 223 112 147 -
CMYK 0 0.50 0.34 0.13
HSL 341.08º 0.63% 0.66% -
HSV(B) 341.08º 0.5% 0.87% -
XYZ 41.49 29.38 31.09 -
YUV 149.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 223 112 147 0 0.50 0.34 0.13 341.08 0.63 0.66
Hex DF 70 93 0 32 22 D 155 3F 42
Octal 337 160 223 0 62 42 15 525 77 102
Binary 11011111 1110000 10010011 0 110010 100010 1101 101010101 111111 1000010

Color Harmonies of #DF7093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7093

Black with #DF7093

Text Example


Text Example

White with #DF7093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7093; }

 p { color: rgb(223,112,147); }

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

background-color css

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

 a { background-color: rgb(223,112,147); }

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

border-color css

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

 span { border-color: rgb(223,112,147); }

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