Html Css Color HEX #DC68A0 Pale Violet Red

📋 copy color: '#DC68A0'

red 220 ◦ green 104 ◦ blue 160

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

Shades of Pale Violet Red #DC68A0

Tints of Pale Violet Red #DC68A0

RGB

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

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

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

R = 45.45%
G = 21.49%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC68A0 (or 0xDC68A0) is known color: Pale Violet Red. HEX triplet: DC, 68 and A0. RGB value is (220,104,160). Sum of RGB (Red+Green+Blue) = 220+104+160=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68A0 is #23975F. Grayscale: #909090. Windows color (decimal): -2332512 or 10512604. OLE color: 10512604.

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

Color convert

RGB 220 104 160 -
CMYK 0 0.53 0.27 0.14
HSL 331.03º 0.62% 0.64% -
HSV(B) 331.03º 0.53% 0.86% -
XYZ 40.81 27.65 36.44 -
YUV 145.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 220 104 160 0 0.53 0.27 0.14 331.03 0.62 0.64
Hex DC 68 A0 0 35 1B E 14B 3E 40
Octal 334 150 240 0 65 33 16 513 76 100
Binary 11011100 1101000 10100000 0 110101 11011 1110 101001011 111110 1000000

Color Harmonies of #DC68A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68A0

Black with #DC68A0

Text Example


Text Example

White with #DC68A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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