Html Css Color HEX #DE669C Pale Violet Red

📋 copy color: '#DE669C'

red 222 ◦ green 102 ◦ blue 156

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

Shades of Pale Violet Red #DE669C

Tints of Pale Violet Red #DE669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.25%

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

R = 46.25%
G = 21.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE669C (or 0xDE669C) is known color: Pale Violet Red. HEX triplet: DE, 66 and 9C. RGB value is (222,102,156). Sum of RGB (Red+Green+Blue) = 222+102+156=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE669C is #219963. Grayscale: #8F8F8F. Windows color (decimal): -2201956 or 10249950. OLE color: 10249950.

HSL color Cylindrical-coordinate representation of color #DE669C: hue angle of 333º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE669C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 102 156 -
CMYK 0 0.54 0.30 0.13
HSL 333º 0.65% 0.64% -
HSV(B) 333º 0.54% 0.87% -
XYZ 40.88 27.43 34.59 -
YUV 144.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 222 102 156 0 0.54 0.30 0.13 333 0.65 0.64
Hex DE 66 9C 0 36 1E D 14D 41 40
Octal 336 146 234 0 66 36 15 515 101 100
Binary 11011110 1100110 10011100 0 110110 11110 1101 101001101 1000001 1000000

Color Harmonies of #DE669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE669C

Black with #DE669C

Text Example


Text Example

White with #DE669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE669C; }

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

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

background-color css

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

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

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

border-color css

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

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

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