Html Css Color HEX #DE699F Pale Violet Red

📋 copy color: '#DE699F'

red 222 ◦ green 105 ◦ blue 159

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

Shades of Pale Violet Red #DE699F

Tints of Pale Violet Red #DE699F

RGB

 RED value IS 222 (87.11% from 255) = 45.68%

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

 BLUE value IS 159 (62.5% from 255) = 32.72%

R = 45.68%
G = 21.6%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE699F (or 0xDE699F) is known color: Pale Violet Red. HEX triplet: DE, 69 and 9F. RGB value is (222,105,159). Sum of RGB (Red+Green+Blue) = 222+105+159=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE699F is #219660. Grayscale: #929292. Windows color (decimal): -2201185 or 10447326. OLE color: 10447326.

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

Color convert

RGB 222 105 159 -
CMYK 0 0.53 0.28 0.13
HSL 332.31º 0.64% 0.64% -
HSV(B) 332.31º 0.53% 0.87% -
XYZ 41.43 28.14 36.05 -
YUV 146.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 222 105 159 0 0.53 0.28 0.13 332.31 0.64 0.64
Hex DE 69 9F 0 35 1C D 14C 40 40
Octal 336 151 237 0 65 34 15 514 100 100
Binary 11011110 1101001 10011111 0 110101 11100 1101 101001100 1000000 1000000

Color Harmonies of #DE699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE699F

Black with #DE699F

Text Example


Text Example

White with #DE699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE699F; }

 p { color: rgb(222,105,159); }

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

background-color css

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

 a { background-color: rgb(222,105,159); }

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

border-color css

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

 span { border-color: rgb(222,105,159); }

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