Html Css Color HEX #DE699D Pale Violet Red

📋 copy color: '#DE699D'

red 222 ◦ green 105 ◦ blue 157

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

Shades of Pale Violet Red #DE699D

Tints of Pale Violet Red #DE699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.44%

R = 45.87%
G = 21.69%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE699D (or 0xDE699D) is known color: Pale Violet Red. HEX triplet: DE, 69 and 9D. RGB value is (222,105,157). Sum of RGB (Red+Green+Blue) = 222+105+157=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE699D is #219662. Grayscale: #919191. Windows color (decimal): -2201187 or 10316254. OLE color: 10316254.

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

Color convert

RGB 222 105 157 -
CMYK 0 0.53 0.29 0.13
HSL 333.33º 0.64% 0.64% -
HSV(B) 333.33º 0.53% 0.87% -
XYZ 41.26 28.07 35.14 -
YUV 145.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 222 105 157 0 0.53 0.29 0.13 333.33 0.64 0.64
Hex DE 69 9D 0 35 1D D 14D 40 40
Octal 336 151 235 0 65 35 15 515 100 100
Binary 11011110 1101001 10011101 0 110101 11101 1101 101001101 1000000 1000000

Color Harmonies of #DE699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE699D

Black with #DE699D

Text Example


Text Example

White with #DE699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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