Html Css Color HEX #DC68A1 Pale Violet Red

📋 copy color: '#DC68A1'

red 220 ◦ green 104 ◦ blue 161

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

Shades of Pale Violet Red #DC68A1

Tints of Pale Violet Red #DC68A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.2%

R = 45.36%
G = 21.44%
B = 33.2%

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

#DC68A1 (or 0xDC68A1) is known color: Pale Violet Red. HEX triplet: DC, 68 and A1. RGB value is (220,104,161). Sum of RGB (Red+Green+Blue) = 220+104+161=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68A1 is #23975E. Grayscale: #919191. Windows color (decimal): -2332511 or 10578140. OLE color: 10578140.

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

Color convert

RGB 220 104 161 -
CMYK 0 0.53 0.27 0.14
HSL 330.52º 0.62% 0.64% -
HSV(B) 330.52º 0.53% 0.86% -
XYZ 40.9 27.69 36.91 -
YUV 145.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 220 104 161 0 0.53 0.27 0.14 330.52 0.62 0.64
Hex DC 68 A1 0 35 1B E 14B 3E 40
Octal 334 150 241 0 65 33 16 513 76 100
Binary 11011100 1101000 10100001 0 110101 11011 1110 101001011 111110 1000000

Color Harmonies of #DC68A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68A1

Black with #DC68A1

Text Example


Text Example

White with #DC68A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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