Html Css Color HEX #DF7694 Pale Violet Red

📋 copy color: '#DF7694'

red 223 ◦ green 118 ◦ blue 148

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

Shades of Pale Violet Red #DF7694

Tints of Pale Violet Red #DF7694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 45.6%
G = 24.13%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF7694 (or 0xDF7694) is known color: Pale Violet Red. HEX triplet: DF, 76 and 94. RGB value is (223,118,148). Sum of RGB (Red+Green+Blue) = 223+118+148=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7694 is #20896B. Grayscale: #989898. Windows color (decimal): -2132332 or 9729759. OLE color: 9729759.

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

Color convert

RGB 223 118 148 -
CMYK 0 0.47 0.34 0.13
HSL 342.86º 0.62% 0.67% -
HSV(B) 342.86º 0.47% 0.87% -
XYZ 42.26 30.78 31.73 -
YUV 152.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 223 118 148 0 0.47 0.34 0.13 342.86 0.62 0.67
Hex DF 76 94 0 2F 22 D 157 3E 43
Octal 337 166 224 0 57 42 15 527 76 103
Binary 11011111 1110110 10010100 0 101111 100010 1101 101010111 111110 1000011

Color Harmonies of #DF7694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7694

Black with #DF7694

Text Example


Text Example

White with #DF7694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7694; }

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

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

background-color css

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

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

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

border-color css

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

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

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