Html Css Color HEX #DC6CA4 Pale Violet Red

📋 copy color: '#DC6CA4'

red 220 ◦ green 108 ◦ blue 164

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

Shades of Pale Violet Red #DC6CA4

Tints of Pale Violet Red #DC6CA4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.95%

 BLUE value IS 164 (64.45% from 255) = 33.33%

R = 44.72%
G = 21.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC6CA4 (or 0xDC6CA4) is known color: Pale Violet Red. HEX triplet: DC, 6C and A4. RGB value is (220,108,164). Sum of RGB (Red+Green+Blue) = 220+108+164=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6CA4 is #23935B. Grayscale: #939393. Windows color (decimal): -2331484 or 10775772. OLE color: 10775772.

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

Color convert

RGB 220 108 164 -
CMYK 0 0.51 0.25 0.14
HSL 330º 0.62% 0.64% -
HSV(B) 330º 0.51% 0.86% -
XYZ 41.58 28.62 38.45 -
YUV 147.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 220 108 164 0 0.51 0.25 0.14 330 0.62 0.64
Hex DC 6C A4 0 33 19 E 14A 3E 40
Octal 334 154 244 0 63 31 16 512 76 100
Binary 11011100 1101100 10100100 0 110011 11001 1110 101001010 111110 1000000

Color Harmonies of #DC6CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CA4

Black with #DC6CA4

Text Example


Text Example

White with #DC6CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CA4; }

 p { color: rgb(220,108,164); }

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

background-color css

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

 a { background-color: rgb(220,108,164); }

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

border-color css

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

 span { border-color: rgb(220,108,164); }

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