Html Css Color HEX #DE75AC Pale Violet Red

📋 copy color: '#DE75AC'

red 222 ◦ green 117 ◦ blue 172

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

Shades of Pale Violet Red #DE75AC

Tints of Pale Violet Red #DE75AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.9%

 BLUE value IS 172 (67.58% from 255) = 33.66%

R = 43.44%
G = 22.9%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE75AC (or 0xDE75AC) is known color: Pale Violet Red. HEX triplet: DE, 75 and AC. RGB value is (222,117,172). Sum of RGB (Red+Green+Blue) = 222+117+172=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE75AC is #218A53. Grayscale: #9A9A9A. Windows color (decimal): -2198100 or 11302366. OLE color: 11302366.

HSL color Cylindrical-coordinate representation of color #DE75AC: hue angle of 328.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE75AC is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 117 172 -
CMYK 0 0.47 0.23 0.13
HSL 328.57º 0.61% 0.66% -
HSV(B) 328.57º 0.47% 0.87% -
XYZ 43.93 31.23 42.74 -
YUV 154.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 222 117 172 0 0.47 0.23 0.13 328.57 0.61 0.66
Hex DE 75 AC 0 2F 17 D 149 3D 42
Octal 336 165 254 0 57 27 15 511 75 102
Binary 11011110 1110101 10101100 0 101111 10111 1101 101001001 111101 1000010

Color Harmonies of #DE75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE75AC

Black with #DE75AC

Text Example


Text Example

White with #DE75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE75AC; }

 p { color: rgb(222,117,172); }

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

background-color css

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

 a { background-color: rgb(222,117,172); }

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

border-color css

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

 span { border-color: rgb(222,117,172); }

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