Html Css Color HEX #DE6593 Pale Violet Red

📋 copy color: '#DE6593'

red 222 ◦ green 101 ◦ blue 147

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

Shades of Pale Violet Red #DE6593

Tints of Pale Violet Red #DE6593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

 BLUE value IS 147 (57.81% from 255) = 31.28%

R = 47.23%
G = 21.49%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE6593 (or 0xDE6593) is known color: Pale Violet Red. HEX triplet: DE, 65 and 93. RGB value is (222,101,147). Sum of RGB (Red+Green+Blue) = 222+101+147=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6593 is #219A6C. Grayscale: #8E8E8E. Windows color (decimal): -2202221 or 9659870. OLE color: 9659870.

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

Color convert

RGB 222 101 147 -
CMYK 0 0.55 0.34 0.13
HSL 337.19º 0.65% 0.63% -
HSV(B) 337.19º 0.55% 0.87% -
XYZ 40.04 26.94 30.69 -
YUV 142.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 222 101 147 0 0.55 0.34 0.13 337.19 0.65 0.63
Hex DE 65 93 0 37 22 D 151 41 3F
Octal 336 145 223 0 67 42 15 521 101 77
Binary 11011110 1100101 10010011 0 110111 100010 1101 101010001 1000001 111111

Color Harmonies of #DE6593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6593

Black with #DE6593

Text Example


Text Example

White with #DE6593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6593; }

 p { color: rgb(222,101,147); }

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

background-color css

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

 a { background-color: rgb(222,101,147); }

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

border-color css

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

 span { border-color: rgb(222,101,147); }

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