Html Css Color HEX #DF7696 Pale Violet Red

📋 copy color: '#DF7696'

red 223 ◦ green 118 ◦ blue 150

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

Shades of Pale Violet Red #DF7696

Tints of Pale Violet Red #DF7696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

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

R = 45.42%
G = 24.03%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF7696 (or 0xDF7696) is known color: Pale Violet Red. HEX triplet: DF, 76 and 96. RGB value is (223,118,150). Sum of RGB (Red+Green+Blue) = 223+118+150=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7696 is #208969. Grayscale: #999999. Windows color (decimal): -2132330 or 9860831. OLE color: 9860831.

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

Color convert

RGB 223 118 150 -
CMYK 0 0.47 0.33 0.13
HSL 341.71º 0.62% 0.67% -
HSV(B) 341.71º 0.47% 0.87% -
XYZ 42.41 30.85 32.57 -
YUV 153.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 223 118 150 0 0.47 0.33 0.13 341.71 0.62 0.67
Hex DF 76 96 0 2F 21 D 156 3E 43
Octal 337 166 226 0 57 41 15 526 76 103
Binary 11011111 1110110 10010110 0 101111 100001 1101 101010110 111110 1000011

Color Harmonies of #DF7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7696

Black with #DF7696

Text Example


Text Example

White with #DF7696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7696; }

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

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

background-color css

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

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

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

border-color css

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

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

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