Html Css Color HEX #DE68A8 Pale Violet Red

📋 copy color: '#DE68A8'

red 222 ◦ green 104 ◦ blue 168

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

Shades of Pale Violet Red #DE68A8

Tints of Pale Violet Red #DE68A8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.05%

 BLUE value IS 168 (66.02% from 255) = 34.01%

R = 44.94%
G = 21.05%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE68A8 (or 0xDE68A8) is known color: Pale Violet Red. HEX triplet: DE, 68 and A8. RGB value is (222,104,168). Sum of RGB (Red+Green+Blue) = 222+104+168=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE68A8 is #219757. Grayscale: #929292. Windows color (decimal): -2201432 or 11036894. OLE color: 11036894.

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

Color convert

RGB 222 104 168 -
CMYK 0 0.53 0.24 0.13
HSL 327.46º 0.64% 0.64% -
HSV(B) 327.46º 0.53% 0.87% -
XYZ 42.14 28.26 40.28 -
YUV 146.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 222 104 168 0 0.53 0.24 0.13 327.46 0.64 0.64
Hex DE 68 A8 0 35 18 D 147 40 40
Octal 336 150 250 0 65 30 15 507 100 100
Binary 11011110 1101000 10101000 0 110101 11000 1101 101000111 1000000 1000000

Color Harmonies of #DE68A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68A8

Black with #DE68A8

Text Example


Text Example

White with #DE68A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68A8; }

 p { color: rgb(222,104,168); }

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

background-color css

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

 a { background-color: rgb(222,104,168); }

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

border-color css

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

 span { border-color: rgb(222,104,168); }

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