Html Css Color HEX #DE68AB Pale Violet Red

📋 copy color: '#DE68AB'

red 222 ◦ green 104 ◦ blue 171

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

Shades of Pale Violet Red #DE68AB

Tints of Pale Violet Red #DE68AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 44.67%
G = 20.93%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE68AB (or 0xDE68AB) is known color: Pale Violet Red. HEX triplet: DE, 68 and AB. RGB value is (222,104,171). Sum of RGB (Red+Green+Blue) = 222+104+171=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE68AB is #219754. Grayscale: #929292. Windows color (decimal): -2201429 or 11233502. OLE color: 11233502.

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

Color convert

RGB 222 104 171 -
CMYK 0 0.53 0.23 0.13
HSL 325.93º 0.64% 0.64% -
HSV(B) 325.93º 0.53% 0.87% -
XYZ 42.43 28.37 41.77 -
YUV 146.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 222 104 171 0 0.53 0.23 0.13 325.93 0.64 0.64
Hex DE 68 AB 0 35 17 D 146 40 40
Octal 336 150 253 0 65 27 15 506 100 100
Binary 11011110 1101000 10101011 0 110101 10111 1101 101000110 1000000 1000000

Color Harmonies of #DE68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68AB

Black with #DE68AB

Text Example


Text Example

White with #DE68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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