Html Css Color HEX #DE6197 Pale Violet Red

📋 copy color: '#DE6197'

red 222 ◦ green 97 ◦ blue 151

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

Shades of Pale Violet Red #DE6197

Tints of Pale Violet Red #DE6197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.64%

 BLUE value IS 151 (59.38% from 255) = 32.13%

R = 47.23%
G = 20.64%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE6197 (or 0xDE6197) is known color: Pale Violet Red. HEX triplet: DE, 61 and 97. RGB value is (222,97,151). Sum of RGB (Red+Green+Blue) = 222+97+151=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6197 is #219E68. Grayscale: #8C8C8C. Windows color (decimal): -2203241 or 9920990. OLE color: 9920990.

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

Color convert

RGB 222 97 151 -
CMYK 0 0.56 0.32 0.13
HSL 334.08º 0.65% 0.63% -
HSV(B) 334.08º 0.56% 0.87% -
XYZ 39.98 26.31 32.25 -
YUV 140.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 222 97 151 0 0.56 0.32 0.13 334.08 0.65 0.63
Hex DE 61 97 0 38 20 D 14E 41 3F
Octal 336 141 227 0 70 40 15 516 101 77
Binary 11011110 1100001 10010111 0 111000 100000 1101 101001110 1000001 111111

Color Harmonies of #DE6197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6197

Black with #DE6197

Text Example


Text Example

White with #DE6197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6197; }

 p { color: rgb(222,97,151); }

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

background-color css

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

 a { background-color: rgb(222,97,151); }

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

border-color css

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

 span { border-color: rgb(222,97,151); }

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