Html Css Color HEX #DE6690 Pale Violet Red

📋 copy color: '#DE6690'

red 222 ◦ green 102 ◦ blue 144

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

Shades of Pale Violet Red #DE6690

Tints of Pale Violet Red #DE6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.79%

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

R = 47.44%
G = 21.79%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE6690 (or 0xDE6690) is known color: Pale Violet Red. HEX triplet: DE, 66 and 90. RGB value is (222,102,144). Sum of RGB (Red+Green+Blue) = 222+102+144=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6690 is #21996F. Grayscale: #8E8E8E. Windows color (decimal): -2201968 or 9463518. OLE color: 9463518.

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

Color convert

RGB 222 102 144 -
CMYK 0 0.54 0.35 0.13
HSL 339º 0.65% 0.64% -
HSV(B) 339º 0.54% 0.87% -
XYZ 39.91 27.05 29.5 -
YUV 142.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 222 102 144 0 0.54 0.35 0.13 339 0.65 0.64
Hex DE 66 90 0 36 23 D 153 41 40
Octal 336 146 220 0 66 43 15 523 101 100
Binary 11011110 1100110 10010000 0 110110 100011 1101 101010011 1000001 1000000

Color Harmonies of #DE6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6690

Black with #DE6690

Text Example


Text Example

White with #DE6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6690; }

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

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

background-color css

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

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

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

border-color css

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

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

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