Html Css Color HEX #DF6997 Pale Violet Red

📋 copy color: '#DF6997'

red 223 ◦ green 105 ◦ blue 151

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

Shades of Pale Violet Red #DF6997

Tints of Pale Violet Red #DF6997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.52%

R = 46.56%
G = 21.92%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF6997 (or 0xDF6997) is known color: Pale Violet Red. HEX triplet: DF, 69 and 97. RGB value is (223,105,151). Sum of RGB (Red+Green+Blue) = 223+105+151=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6997 is #209668. Grayscale: #919191. Windows color (decimal): -2135657 or 9923039. OLE color: 9923039.

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

Color convert

RGB 223 105 151 -
CMYK 0 0.53 0.32 0.13
HSL 336.61º 0.65% 0.64% -
HSV(B) 336.61º 0.53% 0.87% -
XYZ 41.07 28.03 32.52 -
YUV 145.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 223 105 151 0 0.53 0.32 0.13 336.61 0.65 0.64
Hex DF 69 97 0 35 20 D 151 41 40
Octal 337 151 227 0 65 40 15 521 101 100
Binary 11011111 1101001 10010111 0 110101 100000 1101 101010001 1000001 1000000

Color Harmonies of #DF6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6997

Black with #DF6997

Text Example


Text Example

White with #DF6997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6997; }

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

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

background-color css

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

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

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

border-color css

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

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

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