Html Css Color HEX #DE6491 Pale Violet Red

📋 copy color: '#DE6491'

red 222 ◦ green 100 ◦ blue 145

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

Shades of Pale Violet Red #DE6491

Tints of Pale Violet Red #DE6491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.05%

R = 47.54%
G = 21.41%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE6491 (or 0xDE6491) is known color: Pale Violet Red. HEX triplet: DE, 64 and 91. RGB value is (222,100,145). Sum of RGB (Red+Green+Blue) = 222+100+145=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6491 is #219B6E. Grayscale: #8D8D8D. Windows color (decimal): -2202479 or 9528542. OLE color: 9528542.

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

Color convert

RGB 222 100 145 -
CMYK 0 0.55 0.35 0.13
HSL 337.87º 0.65% 0.63% -
HSV(B) 337.87º 0.55% 0.87% -
XYZ 39.79 26.69 29.84 -
YUV 141.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 222 100 145 0 0.55 0.35 0.13 337.87 0.65 0.63
Hex DE 64 91 0 37 23 D 152 41 3F
Octal 336 144 221 0 67 43 15 522 101 77
Binary 11011110 1100100 10010001 0 110111 100011 1101 101010010 1000001 111111

Color Harmonies of #DE6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6491

Black with #DE6491

Text Example


Text Example

White with #DE6491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6491; }

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

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

background-color css

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

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

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

border-color css

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

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

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