Html Css Color HEX #DF6196 Pale Violet Red

📋 copy color: '#DF6196'

red 223 ◦ green 97 ◦ blue 150

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

Shades of Pale Violet Red #DF6196

Tints of Pale Violet Red #DF6196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.64%

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

R = 47.45%
G = 20.64%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF6196 (or 0xDF6196) is known color: Pale Violet Red. HEX triplet: DF, 61 and 96. RGB value is (223,97,150). Sum of RGB (Red+Green+Blue) = 223+97+150=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6196 is #209E69. Grayscale: #8C8C8C. Windows color (decimal): -2137706 or 9855455. OLE color: 9855455.

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

Color convert

RGB 223 97 150 -
CMYK 0 0.57 0.33 0.13
HSL 334.76º 0.66% 0.63% -
HSV(B) 334.76º 0.57% 0.87% -
XYZ 40.21 26.44 31.84 -
YUV 140.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 223 97 150 0 0.57 0.33 0.13 334.76 0.66 0.63
Hex DF 61 96 0 39 21 D 14F 42 3F
Octal 337 141 226 0 71 41 15 517 102 77
Binary 11011111 1100001 10010110 0 111001 100001 1101 101001111 1000010 111111

Color Harmonies of #DF6196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6196

Black with #DF6196

Text Example


Text Example

White with #DF6196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6196; }

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

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

background-color css

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

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

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

border-color css

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

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

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