Html Css Color HEX #DC75AA Pale Violet Red

📋 copy color: '#DC75AA'

red 220 ◦ green 117 ◦ blue 170

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

Shades of Pale Violet Red #DC75AA

Tints of Pale Violet Red #DC75AA

RGB

 RED value IS 220 (86.33% from 255) = 43.39%

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

 BLUE value IS 170 (66.8% from 255) = 33.53%

R = 43.39%
G = 23.08%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC75AA (or 0xDC75AA) is known color: Pale Violet Red. HEX triplet: DC, 75 and AA. RGB value is (220,117,170). Sum of RGB (Red+Green+Blue) = 220+117+170=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75AA is #238A55. Grayscale: #999999. Windows color (decimal): -2329174 or 11171292. OLE color: 11171292.

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

Color convert

RGB 220 117 170 -
CMYK 0 0.47 0.23 0.14
HSL 329.13º 0.6% 0.66% -
HSV(B) 329.13º 0.47% 0.86% -
XYZ 43.13 30.84 41.71 -
YUV 153.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 220 117 170 0 0.47 0.23 0.14 329.13 0.6 0.66
Hex DC 75 AA 0 2F 17 E 149 3C 42
Octal 334 165 252 0 57 27 16 511 74 102
Binary 11011100 1110101 10101010 0 101111 10111 1110 101001001 111100 1000010

Color Harmonies of #DC75AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75AA

Black with #DC75AA

Text Example


Text Example

White with #DC75AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75AA; }

 p { color: rgb(220,117,170); }

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

background-color css

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

 a { background-color: rgb(220,117,170); }

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

border-color css

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

 span { border-color: rgb(220,117,170); }

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