Html Css Color HEX #DE76A5 Pale Violet Red

📋 copy color: '#DE76A5'

red 222 ◦ green 118 ◦ blue 165

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

Shades of Pale Violet Red #DE76A5

Tints of Pale Violet Red #DE76A5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.37%

 BLUE value IS 165 (64.84% from 255) = 32.67%

R = 43.96%
G = 23.37%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE76A5 (or 0xDE76A5) is known color: Pale Violet Red. HEX triplet: DE, 76 and A5. RGB value is (222,118,165). Sum of RGB (Red+Green+Blue) = 222+118+165=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE76A5 is #21895A. Grayscale: #9A9A9A. Windows color (decimal): -2197851 or 10843870. OLE color: 10843870.

HSL color Cylindrical-coordinate representation of color #DE76A5: hue angle of 332.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE76A5 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 118 165 -
CMYK 0 0.47 0.26 0.13
HSL 332.88º 0.61% 0.67% -
HSV(B) 332.88º 0.47% 0.87% -
XYZ 43.39 31.2 39.33 -
YUV 154.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 222 118 165 0 0.47 0.26 0.13 332.88 0.61 0.67
Hex DE 76 A5 0 2F 1A D 14D 3D 43
Octal 336 166 245 0 57 32 15 515 75 103
Binary 11011110 1110110 10100101 0 101111 11010 1101 101001101 111101 1000011

Color Harmonies of #DE76A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE76A5

Black with #DE76A5

Text Example


Text Example

White with #DE76A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE76A5; }

 p { color: rgb(222,118,165); }

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

background-color css

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

 a { background-color: rgb(222,118,165); }

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

border-color css

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

 span { border-color: rgb(222,118,165); }

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