Html Css Color HEX #DC67A0 Pale Violet Red

📋 copy color: '#DC67A0'

red 220 ◦ green 103 ◦ blue 160

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

Shades of Pale Violet Red #DC67A0

Tints of Pale Violet Red #DC67A0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.33%

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

R = 45.55%
G = 21.33%
B = 33.13%

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

#DC67A0 (or 0xDC67A0) is known color: Pale Violet Red. HEX triplet: DC, 67 and A0. RGB value is (220,103,160). Sum of RGB (Red+Green+Blue) = 220+103+160=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC67A0 is #23985F. Grayscale: #909090. Windows color (decimal): -2332768 or 10512348. OLE color: 10512348.

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

Color convert

RGB 220 103 160 -
CMYK 0 0.53 0.27 0.14
HSL 330.77º 0.63% 0.63% -
HSV(B) 330.77º 0.53% 0.86% -
XYZ 40.71 27.45 36.41 -
YUV 144.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 220 103 160 0 0.53 0.27 0.14 330.77 0.63 0.63
Hex DC 67 A0 0 35 1B E 14B 3F 3F
Octal 334 147 240 0 65 33 16 513 77 77
Binary 11011100 1100111 10100000 0 110101 11011 1110 101001011 111111 111111

Color Harmonies of #DC67A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67A0

Black with #DC67A0

Text Example


Text Example

White with #DC67A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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