Html Css Color HEX #DE699C Pale Violet Red

📋 copy color: '#DE699C'

red 222 ◦ green 105 ◦ blue 156

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

Shades of Pale Violet Red #DE699C

Tints of Pale Violet Red #DE699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.3%

R = 45.96%
G = 21.74%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE699C (or 0xDE699C) is known color: Pale Violet Red. HEX triplet: DE, 69 and 9C. RGB value is (222,105,156). Sum of RGB (Red+Green+Blue) = 222+105+156=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE699C is #219663. Grayscale: #919191. Windows color (decimal): -2201188 or 10250718. OLE color: 10250718.

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

Color convert

RGB 222 105 156 -
CMYK 0 0.53 0.30 0.13
HSL 333.85º 0.64% 0.64% -
HSV(B) 333.85º 0.53% 0.87% -
XYZ 41.18 28.03 34.69 -
YUV 145.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 222 105 156 0 0.53 0.30 0.13 333.85 0.64 0.64
Hex DE 69 9C 0 35 1E D 14E 40 40
Octal 336 151 234 0 65 36 15 516 100 100
Binary 11011110 1101001 10011100 0 110101 11110 1101 101001110 1000000 1000000

Color Harmonies of #DE699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE699C

Black with #DE699C

Text Example


Text Example

White with #DE699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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