Html Css Color HEX #DF6F96 Pale Violet Red

📋 copy color: '#DF6F96'

red 223 ◦ green 111 ◦ blue 150

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

Shades of Pale Violet Red #DF6F96

Tints of Pale Violet Red #DF6F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 46.07%
G = 22.93%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF6F96 (or 0xDF6F96) is known color: Pale Violet Red. HEX triplet: DF, 6F and 96. RGB value is (223,111,150). Sum of RGB (Red+Green+Blue) = 223+111+150=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6F96 is #209069. Grayscale: #949494. Windows color (decimal): -2134122 or 9859039. OLE color: 9859039.

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

Color convert

RGB 223 111 150 -
CMYK 0 0.50 0.33 0.13
HSL 339.11º 0.64% 0.65% -
HSV(B) 339.11º 0.5% 0.87% -
XYZ 41.62 29.26 32.31 -
YUV 148.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 223 111 150 0 0.50 0.33 0.13 339.11 0.64 0.65
Hex DF 6F 96 0 32 21 D 153 40 41
Octal 337 157 226 0 62 41 15 523 100 101
Binary 11011111 1101111 10010110 0 110010 100001 1101 101010011 1000000 1000001

Color Harmonies of #DF6F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6F96

Black with #DF6F96

Text Example


Text Example

White with #DF6F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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