Html Css Color HEX #DE669F Pale Violet Red

📋 copy color: '#DE669F'

red 222 ◦ green 102 ◦ blue 159

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

Shades of Pale Violet Red #DE669F

Tints of Pale Violet Red #DE669F

RGB

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

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

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

R = 45.96%
G = 21.12%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE669F (or 0xDE669F) is known color: Pale Violet Red. HEX triplet: DE, 66 and 9F. RGB value is (222,102,159). Sum of RGB (Red+Green+Blue) = 222+102+159=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE669F is #219960. Grayscale: #909090. Windows color (decimal): -2201953 or 10446558. OLE color: 10446558.

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

Color convert

RGB 222 102 159 -
CMYK 0 0.54 0.28 0.13
HSL 331.5º 0.65% 0.64% -
HSV(B) 331.5º 0.54% 0.87% -
XYZ 41.13 27.54 35.95 -
YUV 144.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 222 102 159 0 0.54 0.28 0.13 331.5 0.65 0.64
Hex DE 66 9F 0 36 1C D 14C 41 40
Octal 336 146 237 0 66 34 15 514 101 100
Binary 11011110 1100110 10011111 0 110110 11100 1101 101001100 1000001 1000000

Color Harmonies of #DE669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE669F

Black with #DE669F

Text Example


Text Example

White with #DE669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE669F; }

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

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

background-color css

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

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

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

border-color css

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

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

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