Html Css Color HEX #DF6993 Pale Violet Red

📋 copy color: '#DF6993'

red 223 ◦ green 105 ◦ blue 147

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

Shades of Pale Violet Red #DF6993

Tints of Pale Violet Red #DF6993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.11%

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

R = 46.95%
G = 22.11%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF6993 (or 0xDF6993) is known color: Pale Violet Red. HEX triplet: DF, 69 and 93. RGB value is (223,105,147). Sum of RGB (Red+Green+Blue) = 223+105+147=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6993 is #20966C. Grayscale: #919191. Windows color (decimal): -2135661 or 9660895. OLE color: 9660895.

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

Color convert

RGB 223 105 147 -
CMYK 0 0.53 0.34 0.13
HSL 338.64º 0.65% 0.64% -
HSV(B) 338.64º 0.53% 0.87% -
XYZ 40.75 27.9 30.84 -
YUV 145.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 223 105 147 0 0.53 0.34 0.13 338.64 0.65 0.64
Hex DF 69 93 0 35 22 D 153 41 40
Octal 337 151 223 0 65 42 15 523 101 100
Binary 11011111 1101001 10010011 0 110101 100010 1101 101010011 1000001 1000000

Color Harmonies of #DF6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6993

Black with #DF6993

Text Example


Text Example

White with #DF6993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6993; }

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

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

background-color css

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

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

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

border-color css

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

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

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