Html Css Color HEX #DE649F Pale Violet Red

📋 copy color: '#DE649F'

red 222 ◦ green 100 ◦ blue 159

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

Shades of Pale Violet Red #DE649F

Tints of Pale Violet Red #DE649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.79%

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

R = 46.15%
G = 20.79%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE649F (or 0xDE649F) is known color: Pale Violet Red. HEX triplet: DE, 64 and 9F. RGB value is (222,100,159). Sum of RGB (Red+Green+Blue) = 222+100+159=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE649F is #219B60. Grayscale: #8F8F8F. Windows color (decimal): -2202465 or 10446046. OLE color: 10446046.

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

Color convert

RGB 222 100 159 -
CMYK 0 0.55 0.28 0.13
HSL 330.98º 0.65% 0.63% -
HSV(B) 330.98º 0.55% 0.87% -
XYZ 40.94 27.15 35.88 -
YUV 143.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 222 100 159 0 0.55 0.28 0.13 330.98 0.65 0.63
Hex DE 64 9F 0 37 1C D 14B 41 3F
Octal 336 144 237 0 67 34 15 513 101 77
Binary 11011110 1100100 10011111 0 110111 11100 1101 101001011 1000001 111111

Color Harmonies of #DE649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE649F

Black with #DE649F

Text Example


Text Example

White with #DE649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE649F; }

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

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

background-color css

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

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

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

border-color css

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

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

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