Html Css Color HEX #DC69A0 Pale Violet Red

📋 copy color: '#DC69A0'

red 220 ◦ green 105 ◦ blue 160

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

Shades of Pale Violet Red #DC69A0

Tints of Pale Violet Red #DC69A0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

 BLUE value IS 160 (62.89% from 255) = 32.99%

R = 45.36%
G = 21.65%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC69A0 (or 0xDC69A0) is known color: Pale Violet Red. HEX triplet: DC, 69 and A0. RGB value is (220,105,160). Sum of RGB (Red+Green+Blue) = 220+105+160=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69A0 is #23965F. Grayscale: #919191. Windows color (decimal): -2332256 or 10512860. OLE color: 10512860.

HSL color Cylindrical-coordinate representation of color #DC69A0: hue angle of 331.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69A0 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 160 -
CMYK 0 0.52 0.27 0.14
HSL 331.3º 0.62% 0.64% -
HSV(B) 331.3º 0.52% 0.86% -
XYZ 40.91 27.86 36.48 -
YUV 145.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 220 105 160 0 0.52 0.27 0.14 331.3 0.62 0.64
Hex DC 69 A0 0 34 1B E 14B 3E 40
Octal 334 151 240 0 64 33 16 513 76 100
Binary 11011100 1101001 10100000 0 110100 11011 1110 101001011 111110 1000000

Color Harmonies of #DC69A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69A0

Black with #DC69A0

Text Example


Text Example

White with #DC69A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69A0; }

 p { color: rgb(220,105,160); }

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

background-color css

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

 a { background-color: rgb(220,105,160); }

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

border-color css

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

 span { border-color: rgb(220,105,160); }

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