Html Css Color HEX #DE7690 Pale Violet Red

📋 copy color: '#DE7690'

red 222 ◦ green 118 ◦ blue 144

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

Shades of Pale Violet Red #DE7690

Tints of Pale Violet Red #DE7690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 45.87%
G = 24.38%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE7690 (or 0xDE7690) is known color: Pale Violet Red. HEX triplet: DE, 76 and 90. RGB value is (222,118,144). Sum of RGB (Red+Green+Blue) = 222+118+144=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7690 is #21896F. Grayscale: #989898. Windows color (decimal): -2197872 or 9467614. OLE color: 9467614.

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

Color convert

RGB 222 118 144 -
CMYK 0 0.47 0.35 0.13
HSL 345º 0.61% 0.67% -
HSV(B) 345º 0.47% 0.87% -
XYZ 41.64 30.5 30.08 -
YUV 152.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 222 118 144 0 0.47 0.35 0.13 345 0.61 0.67
Hex DE 76 90 0 2F 23 D 159 3D 43
Octal 336 166 220 0 57 43 15 531 75 103
Binary 11011110 1110110 10010000 0 101111 100011 1101 101011001 111101 1000011

Color Harmonies of #DE7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7690

Black with #DE7690

Text Example


Text Example

White with #DE7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7690; }

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

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

background-color css

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

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

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

border-color css

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

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

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