Html Css Color HEX #DE68A5 Pale Violet Red

📋 copy color: '#DE68A5'

red 222 ◦ green 104 ◦ blue 165

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

Shades of Pale Violet Red #DE68A5

Tints of Pale Violet Red #DE68A5

RGB

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

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

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

R = 45.21%
G = 21.18%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE68A5 (or 0xDE68A5) is known color: Pale Violet Red. HEX triplet: DE, 68 and A5. RGB value is (222,104,165). Sum of RGB (Red+Green+Blue) = 222+104+165=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE68A5 is #21975A. Grayscale: #929292. Windows color (decimal): -2201435 or 10840286. OLE color: 10840286.

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

Color convert

RGB 222 104 165 -
CMYK 0 0.53 0.26 0.13
HSL 328.98º 0.64% 0.64% -
HSV(B) 328.98º 0.53% 0.87% -
XYZ 41.87 28.15 38.82 -
YUV 146.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 222 104 165 0 0.53 0.26 0.13 328.98 0.64 0.64
Hex DE 68 A5 0 35 1A D 149 40 40
Octal 336 150 245 0 65 32 15 511 100 100
Binary 11011110 1101000 10100101 0 110101 11010 1101 101001001 1000000 1000000

Color Harmonies of #DE68A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68A5

Black with #DE68A5

Text Example


Text Example

White with #DE68A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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