Html Css Color HEX #DC68A6 Pale Violet Red

📋 copy color: '#DC68A6'

red 220 ◦ green 104 ◦ blue 166

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

Shades of Pale Violet Red #DC68A6

Tints of Pale Violet Red #DC68A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.88%

R = 44.9%
G = 21.22%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC68A6 (or 0xDC68A6) is known color: Pale Violet Red. HEX triplet: DC, 68 and A6. RGB value is (220,104,166). Sum of RGB (Red+Green+Blue) = 220+104+166=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68A6 is #239759. Grayscale: #919191. Windows color (decimal): -2332506 or 10905820. OLE color: 10905820.

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

Color convert

RGB 220 104 166 -
CMYK 0 0.53 0.25 0.14
HSL 327.93º 0.62% 0.64% -
HSV(B) 327.93º 0.53% 0.86% -
XYZ 41.35 27.87 39.28 -
YUV 145.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 220 104 166 0 0.53 0.25 0.14 327.93 0.62 0.64
Hex DC 68 A6 0 35 19 E 148 3E 40
Octal 334 150 246 0 65 31 16 510 76 100
Binary 11011100 1101000 10100110 0 110101 11001 1110 101001000 111110 1000000

Color Harmonies of #DC68A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68A6

Black with #DC68A6

Text Example


Text Example

White with #DC68A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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